manual page becomes config.new
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 20 Apr 1994 08:02:34 +0000 (00:02 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 20 Apr 1994 08:02:34 +0000 (00:02 -0800)
SCCS-vsn: usr.sbin/config.new/Makefile 8.2

usr/src/usr.sbin/config.new/Makefile

index 917735b..08d5ca7 100644 (file)
@@ -5,7 +5,9 @@ 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
        mkswap.c pack.c scan.l sem.c util.c
 CFLAGS+=-I${.CURDIR} -I.
 CLEANFILES=gram.c scan.c y.tab.h
-MAN8=  config.0
+MAN8=  config.new.0
+
+MLINKS+=config.new.0 config.0
 
 .include <bsd.prog.mk>
 
 
 .include <bsd.prog.mk>