From c8158555ed6a8a16d7683dc8764f1a573fd39f5d Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 12:49:24 +0000 Subject: NOPAM -> NO_PAM --- libexec/ftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/ftpd') 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} -- cgit v1.1