Once more, don't make `all' depend on man page; bsd.prog.mk does this.

This commit is contained in:
mycroft 1993-04-26 03:42:07 +00:00
parent 2a99fdcfad
commit 6cadc1cfab
1 changed files with 2 additions and 5 deletions

View File

@ -6,18 +6,15 @@
#
MAN5= termcap.0
all: termcap ${MAN5}
all: termcap
termcap: reorder termcap.src
# ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder > /dev/null
-ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder > /dev/null
clean:
clean cleandir:
rm -f termcap
cleandir: clean
rm -f ${MAN5}
beforeinstall:
@if [ ! -d ${DESTDIR}${BINDIR}/misc ]; then \
/bin/rm -f ${DESTDIR}${BINDIR}/misc ; \