diff options
author | markm <markm@FreeBSD.org> | 2000-02-24 21:18:08 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-24 21:18:08 +0000 |
commit | 8a6c9808f406f5f0d4dde43a883c011b586e12e7 (patch) | |
tree | 1df691f220802fa29d2d0f6f7e5916e963302418 /libexec/rshd | |
parent | 3c2d308df199b1234f387684a75fc94c93ec7a70 (diff) | |
download | FreeBSD-src-8a6c9808f406f5f0d4dde43a883c011b586e12e7.zip FreeBSD-src-8a6c9808f406f5f0d4dde43a883c011b586e12e7.tar.gz |
Use libcrypto instead of libdes.
Diffstat (limited to 'libexec/rshd')
-rw-r--r-- | libexec/rshd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index ca0d155..b54f763 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} |