summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/loader/Makefile')
-rw-r--r--sys/boot/pc98/loader/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 8a4ab53..6f97054a 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -41,7 +41,7 @@ CFLAGS+= -I${.CURDIR}/../../common
CFLAGS+= -I${.CURDIR}/../../i386
CFLAGS+= -I.
-CLEANFILES= vers.c loader loader.list loader.bin loader.help
+CLEANFILES= vers.c loader loader.bin loader.help
CFLAGS+= -Wall
LDFLAGS= -static -Ttext 0x0
@@ -66,8 +66,6 @@ vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../../i386/loader/version
loader: loader.bin ${BTXLDR} ${BTXKERN}
btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
-b ${BTXKERN} loader.bin
-# /usr/bin/kzip ${.TARGET}
-# mv ${.TARGET}.kz ${.TARGET}
loader.bin: loader.sym
cp ${.ALLSRC} ${.TARGET}
OpenPOWER on IntegriCloud