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