summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config.new
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
commitd7fca5c18929944218704fdefd232e6af5683663 (patch)
tree63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /usr.sbin/config.new
parent2159e4287dcdfbc49dff55d254fe5924fd0abaac (diff)
downloadFreeBSD-src-d7fca5c18929944218704fdefd232e6af5683663.zip
FreeBSD-src-d7fca5c18929944218704fdefd232e6af5683663.tar.gz
Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
Diffstat (limited to 'usr.sbin/config.new')
-rw-r--r--usr.sbin/config.new/Makefile6
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>
OpenPOWER on IntegriCloud