summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2001-11-27 06:15:12 +0000
committerBrian Feldman <green@FreeBSD.org>2001-11-27 06:15:12 +0000
commit0cf1f69300cdbdd72542a65dd51e0487fc7630cd (patch)
treef8dd8cd52443f0b9cf47bc15c5c78d4116b03a6c
parent94a0557ad7bd344f3846a2d9218a8c0f79491ff4 (diff)
Notes
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 4d1f301d6ea9..dae940afd03d 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -19,7 +19,7 @@ DPADD+= ${LIBOPIE}
LSDIR= ../../bin/ls
.PATH: ${.CURDIR}/${LSDIR}
-SRCS+= ls.c cmp.c print.c util.c
+SRCS+= ls.c cmp.c print.c util.c lomac.c
CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR}
.if !defined(NOPAM)