aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-06-17 14:19:33 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-06-17 14:19:33 +0000
commit141d77b8cb6272fbbad34df51417ca2797f01e12 (patch)
tree293c983836205dba2d6eec29a747ed131feb6900 /libexec/ftpd/Makefile
parent0a266c86a2a8af315bba5524e1eea841f87feae7 (diff)
Notes
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile4
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)