summaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-10-24 00:07:30 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-10-24 00:07:30 +0000
commit4d33b62edc26ae71ae72c8e7a2a344d1201c11c9 (patch)
treef73db318a2d9760cf896be092cf15e5f29f06f7d /libexec/ftpd
parent2af538eb48c431ccb17ef44fd9b2992f80b83bab (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 c84b38edb6f1..0a3ffc5a4334 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -20,7 +20,7 @@ LDADD+= -lopie
LSDIR= ../../bin/ls
.PATH: ${.CURDIR}/${LSDIR}
-SRCS+= ls.c cmp.c lomac.c print.c util.c
+SRCS+= ls.c cmp.c print.c util.c
CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR}
DPADD+= ${LIBM}
LDADD+= -lm