diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-03-27 19:40:51 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-03-27 19:40:51 +0000 |
| commit | 5bc9d93db3afcaeaf216735a9bf5a7f1056982fd (patch) | |
| tree | 15be773ba1d429b1714c62933bd1e03f97a9dcb5 /libexec/rshd/Makefile | |
| parent | b2f6bdeeaa582305f8fed21855ac3078856937f2 (diff) | |
Notes
Diffstat (limited to 'libexec/rshd/Makefile')
| -rw-r--r-- | libexec/rshd/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 54e254b9460b..735c00d09d9e 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -7,11 +7,16 @@ MAN= rshd.8 #CFLAGS+= -DCRYPT -# For login_cap handling -CFLAGS+=-DLOGIN_CAP -Wall +CFLAGS+= -Wall DPADD+= ${LIBUTIL} LDADD+= -lutil +.if !defined(NOPAM) +CFLAGS+= -DUSE_PAM +DPADD+= ${LIBPAM} +LDADD+= ${MINUSLPAM} +.endif + # IPv6 support CFLAGS+= -DINET6 |
