From c2462a2bf1b0fd3bb773aea5b2b6cd94b61deaa5 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 1 Dec 2000 06:34:44 +0000 Subject: There is no src/contrib-crypto/ anything directory. So don't look for include files in subdirs of it. --- libexec/ftpd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libexec/ftpd') 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= -- cgit v1.1