diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-02-05 18:42:36 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-02-05 18:42:36 +0000 |
| commit | 418d67b0d998883a0a2ea7ff6118592ea09867a7 (patch) | |
| tree | 031dae41dbe808050d7622c806541302a5056186 /libexec | |
| parent | dfd9528b3005ef25b6e52ef6d2f719ea0976ae53 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 6b09510cf832..0be34d76690c 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -14,8 +14,8 @@ LDADD= -lskey -lmd -lcrypt -lutil DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL} LSDIR= ../../bin/ls -.PATH: ${.CURDIR}/${LSDIR} -SRCS+= ls.c cmp.c print.c util.c +.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} .if defined(NOPAM) |
