summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-01 06:34:44 +0000
committerobrien <obrien@FreeBSD.org>2000-12-01 06:34:44 +0000
commitc2462a2bf1b0fd3bb773aea5b2b6cd94b61deaa5 (patch)
treee48ba255b6d3c467a0cde1f7594de1142cd73bc6 /libexec/ftpd
parenta33939f7ae5551fb13bf89f4241e8c9387abb285 (diff)
downloadFreeBSD-src-c2462a2bf1b0fd3bb773aea5b2b6cd94b61deaa5.zip
FreeBSD-src-c2462a2bf1b0fd3bb773aea5b2b6cd94b61deaa5.tar.gz
There is no src/contrib-crypto/ anything directory. So don't look for
include files in subdirs of it.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 75e9206..09ef0e2 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -5,8 +5,7 @@ PROG= ftpd
MAN8= ftpd.8
SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c skey-stuff.c
-CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall \
- -I${.CURDIR}/../../contrib-crypto/telnet
+CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall
CFLAGS+=-DINET6
YFLAGS=
OpenPOWER on IntegriCloud