summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config.new/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config.new/Makefile')
-rw-r--r--usr.sbin/config.new/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/config.new/Makefile b/usr.sbin/config.new/Makefile
new file mode 100644
index 0000000..6dc5a7e
--- /dev/null
+++ b/usr.sbin/config.new/Makefile
@@ -0,0 +1,14 @@
+# @(#)Makefile 8.2 (Berkeley) 4/19/94
+
+PROG= config
+SRCS= files.c gram.y hash.c main.c mkheaders.c mkioconf.c mkmakefile.c \
+ mkswap.c pack.c scan.l sem.c util.c
+CFLAGS+=-I${.CURDIR} -I.
+CLEANFILES=gram.c scan.c y.tab.h
+MAN8= config.new.0
+
+MLINKS+=config.new.0 config.0
+
+.include <bsd.prog.mk>
+
+.depend: gram.c scan.c
OpenPOWER on IntegriCloud