Fix install target when obj subdir present

This commit is contained in:
Andrey A. Chernov 1995-01-16 23:17:06 +00:00
parent 2875b41727
commit 7650ac4508

View File

@ -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>