summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/boot0')
-rw-r--r--sys/boot/i386/boot0/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile
index b80d938..08fb405 100644
--- a/sys/boot/i386/boot0/Makefile
+++ b/sys/boot/i386/boot0/Makefile
@@ -1,11 +1,14 @@
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1998/10/05 10:08:37 rnordier Exp $
+
+PROG= boot0
+NOMAN=
+STRIP=
+BINDIR?= /boot
M4?= m4
ORG= 0x600
-all: boot0
-
boot0: boot0.o
${LD} -N -e start -Ttext ${ORG} -o boot0.out boot0.o
/usr/libexec/elf/objcopy -S -O binary boot0.out ${.TARGET}
@@ -14,6 +17,6 @@ boot0.o: boot0.m4 boot0.s
(cd ${.CURDIR}; ${M4} boot0.m4 boot0.s) | \
${AS} ${AFLAGS} -o ${.TARGET}
-CLEANFILES+= boot0 boot0.out boot0.o
+CLEANFILES+= boot0.out boot0.o
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud