FreeBSD.cf: Enable PTS driver and libutempter.

This commit is contained in:
Liang Chang 2021-04-25 01:08:01 +08:00 committed by Jon Trulson
parent d60bbdc251
commit 11da82df52
1 changed files with 8 additions and 0 deletions

View File

@ -257,4 +257,12 @@ XCOMM to enable pam support
#define PamAuthenticationModule /usr/local/lib/security/pam_pwauth_suid.so
#endif
#if !defined(HasPtsDriver)
#define HasPtsDriver YES
#endif
#if !defined(HasUtempterLibrary)
#define HasUtempterLibrary YES
#endif
#include <bsdLib.rules>