]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/common/Makefile
Bring LLVM libunwind snapshot into contrib/llvm/projects
[FreeBSD/FreeBSD.git] / sys / boot / common / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 MAN+=   loader.8
6 .if ${MK_ZFS} != "no"
7 MAN+=   zfsloader.8
8 .endif
9
10 .include <bsd.prog.mk>