diff options
Diffstat (limited to 'usr.sbin/config.new/Makefile')
-rw-r--r-- | usr.sbin/config.new/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/config.new/Makefile b/usr.sbin/config.new/Makefile index 6dc5a7e..f6931e1 100644 --- a/usr.sbin/config.new/Makefile +++ b/usr.sbin/config.new/Makefile @@ -1,13 +1,11 @@ # @(#)Makefile 8.2 (Berkeley) 4/19/94 -PROG= config +PROG= config.new 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 +MAN8= config.new.8 .include <bsd.prog.mk> |