summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 10:35:17 +0000
committerbde <bde@FreeBSD.org>1997-09-07 10:35:17 +0000
commita498d094905bd027f30950e75c38768f29e64756 (patch)
tree42e198d204dbd9dede7cbab486cf40994674e1d0 /usr.sbin/config/Makefile
parentc79da43668adca756127cc0749cf456dea7d896d (diff)
downloadFreeBSD-src-a498d094905bd027f30950e75c38768f29e64756.zip
FreeBSD-src-a498d094905bd027f30950e75c38768f29e64756.tar.gz
Don't say that swapping is configured by config.
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r--usr.sbin/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 55f213e..f4b1f65 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= config
-CFLAGS+=-I. -I${.CURDIR}
+CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../sys
SRCS= config.c main.c lang.c mkioconf.c mkmakefile.c mkglue.c mkheaders.c \
mkoptions.c mkswapconf.c
MAN8= config.8
OpenPOWER on IntegriCloud