From f7093daaaec481aa71c068ea7a321fc8aa31a7e3 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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 9a702d56123..ff6d5636422 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,' \