freebsd-dev/share/man/man8/Makefile
Wolfram Schneider 090d3c2832 fix `make install' for subdirs (man4.i386, man8.i386)
which I broke in rev 1.21

detected by: bde & jhay@mikom.csir.co.za
1996-07-08 17:44:31 +00:00

13 lines
224 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN8= adding_user.8 intro.8 rc.8 sticky.8
# XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax
SUBDIR= man8.i386
.if make(maninstall)
maninstall:: _SUBDIR
.endif
.include <bsd.prog.mk>