]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/man/Makefile
MFC r325834,r325997,326502: Move sys/boot to stand/
[FreeBSD/FreeBSD.git] / stand / man / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 MAN+=   loader.8
6 .if ${MK_ZFS} != "no"
7 MAN+=   zfsloader.8
8 .endif
9
10 .include <bsd.prog.mk>