From 8a6c9808f406f5f0d4dde43a883c011b586e12e7 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Feb 2000 21:18:08 +0000 Subject: Use libcrypto instead of libdes. --- libexec/rlogind/Makefile | 2 +- libexec/rshd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') 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 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} -- cgit v1.1