`all' target should not depend on man pages; bsd.prog.mk takes care of that.

This commit is contained in:
mycroft 1993-04-25 05:13:41 +00:00
parent fe6a529dc1
commit def5569d1c
1 changed files with 2 additions and 5 deletions

View File

@ -4,12 +4,9 @@ BINDIR= /usr/bin
MAN1= genclass.0
all genclass: ${MAN1}
all genclass:
clean depend lint tags:
cleandir:
rm -f ${MAN1}
clean cleandir depend lint tags:
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \