mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
MAN+= loader.8
|
|
.if ${MK_ZFS} != "no"
|
|
MAN+= zfsloader.8
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|