summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 21:18:08 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 21:18:08 +0000
commit8a6c9808f406f5f0d4dde43a883c011b586e12e7 (patch)
tree1df691f220802fa29d2d0f6f7e5916e963302418 /libexec/rlogind
parent3c2d308df199b1234f387684a75fc94c93ec7a70 (diff)
downloadFreeBSD-src-8a6c9808f406f5f0d4dde43a883c011b586e12e7.zip
FreeBSD-src-8a6c9808f406f5f0d4dde43a883c011b586e12e7.tar.gz
Use libcrypto instead of libdes.
Diffstat (limited to 'libexec/rlogind')
-rw-r--r--libexec/rlogind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index f22df18..ad85ea3 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
OpenPOWER on IntegriCloud