aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>1999-12-30 13:15:15 +0000
committerJosef Karthauser <joe@FreeBSD.org>1999-12-30 13:15:15 +0000
commitedc2844c9fc4d1c0b4adeaa4c026d725654b3240 (patch)
treec5818b21c48ee41c7db725e9d4754514dc9be63c /libexec/ftpd
parente62764d4eaa1a96f69276bb2a58bcb2853795c97 (diff)
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index ad5d142e473d..c23e85b6078a 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -14,7 +14,7 @@ DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
LSDIR= ../../bin/ls
.PATH: ${.CURDIR}/${LSDIR}
-SRCS+= ls.c cmp.c print.c stat_flags.c util.c
+SRCS+= ls.c cmp.c print.c util.c
CFLAGS+=-DINTERNAL_LS -Dmain=ls_main -I${.CURDIR}/${LSDIR}
.if defined(NOPAM)