aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-01 17:30:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-01 17:30:01 +0000
commit4d307e631d995c498019fc7a56bd53d4f9e77c60 (patch)
treed05aaad9137ab9967a8f768e628368e3204774df /libexec
parentfe7f645981d576158fbed94af1a9296e1bc377c9 (diff)
Notes
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 dc65054f94ed5..a96916d3cffae 100644
--- a/libexec/lukemftpd/Makefile
+++ b/libexec/lukemftpd/Makefile
@@ -11,7 +11,7 @@ MAN= lukemftpd.8 ftpd.conf.5 ftpusers.5
SRCS= cmds.c conf.c ftpd.c ftpcmd.y popen.c
WFORMAT= 0
-CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} -I${LUKEMFTPD}/src
+CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} #-I${LUKEMFTPD}/src
YFLAGS=
LDADD= -lmd -lcrypt -lutil