Make these Makefiles work properly when NOMAN is defined.
(I wish they just used bsd.prog.mk)
This commit is contained in:
parent
67bc1dabe4
commit
fe88cc599b
@ -39,5 +39,9 @@ install: ${TARG} maninstall
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.if make(maninstall) || make(install)
|
||||
.if !defined(NOMAN)
|
||||
.include <bsd.man.mk>
|
||||
.elif !target(maninstall)
|
||||
maninstall:
|
||||
.endif
|
||||
.endif
|
||||
|
@ -36,5 +36,9 @@ install: ${TARG} maninstall
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.if make(maninstall) || make(install)
|
||||
.if !defined(NOMAN)
|
||||
.include <bsd.man.mk>
|
||||
.else
|
||||
maninstall:
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user