summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/boot0/Makefile')
-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