diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 12:49:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 12:49:24 +0000 |
commit | c8158555ed6a8a16d7683dc8764f1a573fd39f5d (patch) | |
tree | b0b7af3eeaf74198d68a3894a62f81863ff13438 /libexec/ftpd | |
parent | 0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9 (diff) | |
download | FreeBSD-src-c8158555ed6a8a16d7683dc8764f1a573fd39f5d.zip FreeBSD-src-c8158555ed6a8a16d7683dc8764f1a573fd39f5d.tar.gz |
NOPAM -> NO_PAM
Diffstat (limited to 'libexec/ftpd')
-rw-r--r-- | libexec/ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index f4ff5ef..c4275e4 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -26,7 +26,7 @@ CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} DPADD+= ${LIBM} LDADD+= -lm -.if !defined(NOPAM) +.if !defined(NO_PAM) CFLAGS+=-DUSE_PAM DPADD+= ${LIBPAM} LDADD+= ${MINUSLPAM} |