bda8af6860
Differential Revision: https://reviews.freebsd.org/D2841 Reviewed by: imp
11 lines
123 B
Makefile
11 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
MAN+= loader.8
|
|
.if ${MK_ZFS} != "no"
|
|
MAN+= zfsloader.8
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|