diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-02 21:11:15 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-02 21:11:15 +0000 |
| commit | f7093daaaec481aa71c068ea7a321fc8aa31a7e3 (patch) | |
| tree | 784fb2e4cf0fcf01c319131d1c7d1b2d5be92c63 | |
| parent | 99994ce124da898f0d956ee8bdfac43c65117e72 (diff) | |
Notes
| -rw-r--r-- | libexec/lukemftpd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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,' \ |
