summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-18 13:36:29 +0000
committerpeter <peter@FreeBSD.org>1999-04-18 13:36:29 +0000
commite0200a9fdea9ada7eb6f9af2ac7b63fcf5112e61 (patch)
treeccd7a5789ca34e7c46920f962ce52077a7c1d1c6 /usr.sbin/config/Makefile
parent219dec9bd389788fb4eb631f353e772a61532626 (diff)
downloadFreeBSD-src-e0200a9fdea9ada7eb6f9af2ac7b63fcf5112e61.zip
FreeBSD-src-e0200a9fdea9ada7eb6f9af2ac7b63fcf5112e61.tar.gz
Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially the
same and were merged into a single newbus_ioconf.c. CG'd some more unused code.
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r--usr.sbin/config/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index a8b9929..e0c9e92 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -1,8 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.21 1999/04/13 18:22:57 peter Exp $
+# $Id: Makefile,v 1.22 1999/04/17 14:41:40 peter Exp $
PROG= config
CFLAGS+=-I. -I${.CURDIR}
+#CFLAGS+=-Wall -Wunused -Wmissing-prototypes -Wredundant-decls
SRCS= config.y main.c lang.l mkioconf.c mkmakefile.c mkheaders.c \
mkoptions.c mkswapconf.c y.tab.h
MAN8= config.8
OpenPOWER on IntegriCloud