summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-04-28 21:31:21 +0000
committerru <ru@FreeBSD.org>2004-04-28 21:31:21 +0000
commitd6a9edf5bf2890321be3f550ff82093600c0eb44 (patch)
treeb86bcd3d87bd5f0b94e39d2da5b8e5c83018969a /sys/boot/i386/boot0
parent7285dd0c50aad72c495dcea37b153d4c14767e67 (diff)
downloadFreeBSD-src-d6a9edf5bf2890321be3f550ff82093600c0eb44.zip
FreeBSD-src-d6a9edf5bf2890321be3f550ff82093600c0eb44.tar.gz
Thanks to David's patches, we can now simplify these makefiles
further, and just use PROG directly (without FILES). Suggested by: bde
Diffstat (limited to 'sys/boot/i386/boot0')
-rw-r--r--sys/boot/i386/boot0/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile
index 2a36e40..40ebc8f 100644
--- a/sys/boot/i386/boot0/Makefile
+++ b/sys/boot/i386/boot0/Makefile
@@ -1,12 +1,10 @@
# $FreeBSD$
-PROG= ${BOOT}
-INTERNALPROG=
-FILES= ${BOOT}
+PROG?= boot0
+STRIP=
+BINMODE=${NOBINMODE}
NOMAN=
-SRCS= ${BOOT}.S
-
-BOOT?= boot0
+SRCS= ${PROG}.S
# The default set of flags compiled into boot0. This enables update (writing
# the modified boot0 back to disk after running so that the selection made is
OpenPOWER on IntegriCloud