Fix install target when obj subdir present
This commit is contained in:
parent
2875b41727
commit
7650ac4508
@ -6,5 +6,9 @@ MAN7= groff_char.7
|
||||
MANDEPEND= ${MAN5} ${MAN7}
|
||||
CLEANFILES+= ${MANDEPEND}
|
||||
|
||||
.if exists(${.CURDIR}/obj)
|
||||
MANSRC=${.CURDIR}/obj
|
||||
.endif
|
||||
|
||||
.include "../Makefile.cfg"
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user