summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-10-06 17:08:31 +0000
committerru <ru@FreeBSD.org>2000-10-06 17:08:31 +0000
commit9cf4fbf723791b2830e0f0e0761f61240662f84b (patch)
tree150a20d8d553896570f4922695b6f4c2de410a4e /libexec/rlogind/Makefile
parent7fb479f71b85477ac637a05ee690a618b10e8648 (diff)
downloadFreeBSD-src-9cf4fbf723791b2830e0f0e0761f61240662f84b.zip
FreeBSD-src-9cf4fbf723791b2830e0f0e0761f61240662f84b.tar.gz
Make it compile without -DNO_PAM again.
Diffstat (limited to 'libexec/rlogind/Makefile')
-rw-r--r--libexec/rlogind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index ad85ea3..f22df18 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 -DNO_PAM -DINET6
+CFLAGS+= -Wall -DINET6
.if defined(NOPAM)
CFLAGS+= -DNO_PAM
OpenPOWER on IntegriCloud