Remove stuff for building manual pages the old way.

This commit is contained in:
Rodney W. Grimes 1994-05-28 06:25:34 +00:00
parent b0358078ab
commit 3ef6a10b70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1607
2 changed files with 0 additions and 14 deletions

View file

@ -3,12 +3,5 @@
PROG= disklabel
SRCS= disklabel.c dkcksum.c
MAN8= disklabel.0
CLEANFILES=disklabel.5.0
all: ${PROG} disklabel.5.0 ${MAN8}
beforeinstall:
install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} disklabel.5.0 \
${DESTDIR}${MANDIR}5/disklabel.0
.include <bsd.prog.mk>

View file

@ -3,12 +3,5 @@
PROG= disklabel
SRCS= disklabel.c dkcksum.c
MAN8= disklabel.0
CLEANFILES=disklabel.5.0
all: ${PROG} disklabel.5.0 ${MAN8}
beforeinstall:
install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} disklabel.5.0 \
${DESTDIR}${MANDIR}5/disklabel.0
.include <bsd.prog.mk>