diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-03-20 12:30:05 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-03-20 12:30:05 +0000 |
| commit | fa309c5d178b41dc45d21d85fcf7becf79ac9740 (patch) | |
| tree | 7408869f8c7f87e67d1b245bbe104e4495b74d3c /libexec | |
| parent | e5de00b39f36448400162452ba59f990b989a2b9 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -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 |
