From c3523316fa8e643c0e196dd1cb82d2626481340e Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 2 Feb 2003 21:11:15 +0000 Subject: [PATCH] Add OPIE and PAM libs to the mix. --- libexec/lukemftpd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index 9a702d561233..ff6d56364222 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -28,6 +28,10 @@ CFLAGS+=-I${.CURDIR}/${LSDIR} DPADD+= ${LIBM} LDADD+= -lm +CFLAGS+= -DUSE_OPIE -DUSE_PAM +DPADD+= ${LIBOPIE} ${LIBPAM} +LDADD+= -lopie -lpam + CLEANFILES+= ls-unmain.c ls-unmain.c: ls.c sed -e 's/^main(/ls_main(/g' -e 's,extern.h,${LSDIR}/extern.h,' \