summaryrefslogtreecommitdiffstats
path: root/libexec/lukemftpd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-02 21:11:15 +0000
committerobrien <obrien@FreeBSD.org>2003-02-02 21:11:15 +0000
commitc3523316fa8e643c0e196dd1cb82d2626481340e (patch)
tree784fb2e4cf0fcf01c319131d1c7d1b2d5be92c63 /libexec/lukemftpd
parent001be11d96144c14f3a703f676df943ed5a56018 (diff)
downloadFreeBSD-src-c3523316fa8e643c0e196dd1cb82d2626481340e.zip
FreeBSD-src-c3523316fa8e643c0e196dd1cb82d2626481340e.tar.gz
Add OPIE and PAM libs to the mix.
Diffstat (limited to 'libexec/lukemftpd')
-rw-r--r--libexec/lukemftpd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile
index 9a702d5..ff6d563 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,' \
OpenPOWER on IntegriCloud