aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/Makefile')
-rw-r--r--sys/boot/common/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/boot/common/Makefile b/sys/boot/common/Makefile
new file mode 100644
index 000000000000..fcca328b5007
--- /dev/null
+++ b/sys/boot/common/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+MAN+= loader.8
+.if ${MK_ZFS} != "no"
+MAN+= zfsloader.8
+.endif
+
+.include <bsd.prog.mk>