Remove old style manual page depends so make install with NOMAN set

can run.
This commit is contained in:
Rodney W. Grimes 1994-05-28 06:29:36 +00:00
parent 3491fdaeb0
commit 1e0b7c1862
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1609
2 changed files with 0 additions and 4 deletions

View file

@ -12,6 +12,4 @@ MAN8= restore.0
MLINKS+=restore.8 rrestore.8
.PATH: ${.CURDIR}/../dump
all: ${PROG} ${MAN8}
.include <bsd.prog.mk>

View file

@ -8,8 +8,6 @@ CLEANFILES+=keywords.h
BINOWN= root
BINMODE=4555
all: route ${MAN8}
keywords.h: keywords
sed -e '/^#/d' -e '/^$$/d' ${.CURDIR}/keywords > _keywords.tmp
tr a-z A-Z < _keywords.tmp | paste _keywords.tmp - | \