diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-06-28 02:33:17 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-06-28 02:33:17 +0000 |
| commit | 7c6e002bd54dbb299d39524acb8dda62e348c61a (patch) | |
| tree | 45a6bd02c083978f1cbd06a85f5b21c6b509cecd /libexec | |
| parent | a588b737eef3d1ff92d4f42e80a339c264966533 (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 dd0dac0076c5..75e920624a86 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} ${.CURDIR}/../../lib/libc/gen -SRCS+= ls.c cmp.c print.c setflags.c util.c +.PATH: ${.CURDIR}/${LSDIR} +SRCS+= ls.c cmp.c print.c util.c CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} .if defined(NOPAM) |
