]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/man/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / stand / man / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 .if ${MK_EFI} != "no"
6 MAN+=   boot1.efi.8
7 .endif
8 MAN+=   loader.8
9 .if ${MK_EFI} != "no"
10 MAN+=   loader.efi.8
11 .endif
12
13 .include <bsd.prog.mk>