Page MenuHomeFreeBSD

D2841.id6244.diff
No OneTemporary

D2841.id6244.diff

Index: sys/boot/Makefile
===================================================================
--- sys/boot/Makefile
+++ sys/boot/Makefile
@@ -8,6 +8,8 @@
SUBDIR+= forth
.endif
+SUBDIR+= common
+
.include <bsd.arch.inc.mk>
# Pick the machine-dependent subdir based on the target architecture.
Index: sys/boot/common/Makefile
===================================================================
--- /dev/null
+++ 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>
Index: sys/boot/common/Makefile.inc
===================================================================
--- sys/boot/common/Makefile.inc
+++ sys/boot/common/Makefile.inc
@@ -68,8 +68,3 @@
SRCS+= install.c
CFLAGS+=-I${.CURDIR}/../../../../lib/libstand
.endif
-
-MAN+= loader.8
-.if ${MK_ZFS} != "no"
-MAN+= zfsloader.8
-.endif
Index: sys/boot/i386/loader/Makefile
===================================================================
--- sys/boot/i386/loader/Makefile
+++ sys/boot/i386/loader/Makefile
@@ -5,6 +5,7 @@
LOADER?= loader
PROG= ${LOADER}.sym
+MAN=
INTERNALPROG=
NEWVERSWHAT?= "bootstrap loader" x86

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 28, 8:10 PM (14 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37481401
Default Alt Text
D2841.id6244.diff (1 KB)

Event Timeline