Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168371457
D2841.id6244.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2841.id6244.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2841: Only install loader.8 and zfsloader.8 once
Attached
Detach File
Event Timeline
Log In to Comment