diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-03-13 11:20:09 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-03-13 11:20:09 +0000 |
| commit | 8780fb291ebc78a999e5be6c7e67e3548520e5d0 (patch) | |
| tree | 43db9dd816f15ccbc3ae6a44c0735349a0b50d23 /libexec/ftpd/Makefile | |
| parent | 4108e7b995f60b8eb8d2bc82c4240a734eabffe2 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/Makefile')
| -rw-r--r-- | libexec/ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 0be34d76690c..dd0dac0076c5 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -16,7 +16,7 @@ DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL} LSDIR= ../../bin/ls .PATH: ${.CURDIR}/${LSDIR} ${.CURDIR}/../../lib/libc/gen SRCS+= ls.c cmp.c print.c setflags.c util.c -CFLAGS+=-DINTERNAL_LS -Dmain=ls_main -I${.CURDIR}/${LSDIR} +CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} .if defined(NOPAM) CFLAGS+=-DNOPAM |
