diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-24 21:18:08 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-24 21:18:08 +0000 |
| commit | f0ad5f0b62d91bcbc7818a1f599124cd4ad73134 (patch) | |
| tree | 6bf722e24051b33a86d0a6595efa997d6f66ea8a /libexec | |
| parent | fc4b5dfa38b84c3e1b1d943f01bfc4432a3c25b8 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rlogind/Makefile | 2 | ||||
| -rw-r--r-- | libexec/rshd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index f22df18a1bf8..ad85ea3cd1cb 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -6,7 +6,7 @@ SRCS= rlogind.c MAN8= rlogind.8 DPADD= ${LIBUTIL} LDADD= -lutil -CFLAGS+= -Wall -DINET6 +CFLAGS+= -Wall -DNO_PAM -DINET6 .if defined(NOPAM) CFLAGS+= -DNO_PAM diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index ca0d15571944..b54f7632e029 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -8,7 +8,7 @@ MAN8= rshd.8 .if defined(NOPAM) CFLAGS+= -DNO_PAM .else -#CFLAGS+= -DCRYPT +#CFLAGS+= -DCRYPT -DNO_PAM SRCS+= auth_pam.c DPADD+= ${LIBPAM} LDADD+= ${MINUSLPAM} |
