aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-10-24 04:55:25 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-10-24 04:55:25 +0000
commit063469298e7f3041b2f8388376dc00db062938ae (patch)
treed56fc2ccd944f3fad0dd82880c493aa0c1e0b229 /libexec
parent775fb1e81e9194314eb22845a684ce89f8fd094b (diff)
downloadsrc-063469298e7f3041b2f8388376dc00db062938ae.tar.gz
src-063469298e7f3041b2f8388376dc00db062938ae.zip
Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.
Notes
Notes: svn path=/head/; revision=105847
Diffstat (limited to 'libexec')
-rw-r--r--libexec/lukemftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile
index 492a33d34ab6..eca0431c9292 100644
--- a/libexec/lukemftpd/Makefile
+++ b/libexec/lukemftpd/Makefile
@@ -24,7 +24,7 @@ DPADD+= ${LIBOPIE}
LSDIR= ../../bin/ls
.PATH: ${.CURDIR}/${LSDIR}
-SRCS+= ls-unmain.c cmp.c lomac.c print.c util.c
+SRCS+= ls-unmain.c cmp.c print.c util.c
CFLAGS+=-I${.CURDIR}/${LSDIR}
DPADD+= ${LIBM}
LDADD+= -lm