`all' target should not depend on man pages; bsd.prog.mk takes care of that.
This commit is contained in:
parent
4017466498
commit
3cbda09aa6
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue