]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man8/Makefile
This commit was generated by cvs2svn to compensate for changes in r53790,
[FreeBSD/FreeBSD.git] / share / man / man8 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 MAN8=   adding_user.8 crash.8 diskless.8 intro.8 rc.8 sticky.8
5
6 # XXX NOT IMPORTED:     man8.hp300 man8.tahoe man8.vax
7 .if ${MACHINE_ARCH} == "i386"
8 SUBDIR= man8.i386
9 .elif ${MACHINE_ARCH} == "alpha"
10 SUBDIR= man8.alpha
11 .endif
12
13 .if make(maninstall)
14 maninstall:: _SUBDIR
15 .endif
16
17 .include <bsd.prog.mk>