diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-04 10:05:21 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-04 10:05:21 +0000 |
| commit | a9993ab4384fc6c270066c4d1e1b5e250a4ccd1c (patch) | |
| tree | 2117f201809e27a5e9c6972708d1c117c438254f /libexec | |
| parent | 002886c8873993de1f1cbcb5ac3eb1e9aa0a2c17 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/lukemftpd/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index ab3dde2ba21e..a4226acb259a 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -26,9 +26,15 @@ CFLAGS+=-I${.CURDIR}/${LSDIR} DPADD+= ${LIBM} LDADD+= -lm -CFLAGS+= -DUSE_OPIE -DUSE_PAM -DPADD+= ${LIBOPIE} ${LIBPAM} -LDADD+= -lopie -lpam +CFLAGS+= -DUSE_OPIE +DPADD+= ${LIBOPIE} ${LIBMD} +LDADD+= -lopie -lmd + +.if !defined(NOPAM) +CFLAGS+= -DUSE_PAM +DPADD+= ${LIBPAM} +LDADD+= ${MINUSLPAM} +.endif CLEANFILES+= ls-unmain.c ls-unmain.c: ls.c |
