summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-01-04 08:03:17 +0000
committerkato <kato@FreeBSD.org>1999-01-04 08:03:17 +0000
commitd53825ea945b4e6431ee7a18f1d01209f90cf61c (patch)
tree14bb6823fded810b39f6a0d0c0757ea3f517ecd1 /sys/pc98
parentce45c43791bf554cc1cffe4e6e393ec3e6029430 (diff)
downloadFreeBSD-src-d53825ea945b4e6431ee7a18f1d01209f90cf61c.zip
FreeBSD-src-d53825ea945b4e6431ee7a18f1d01209f90cf61c.tar.gz
Sync with sys/i386/boot/kzipboot/Makefile revision 1.10.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/boot/kzipboot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/boot/kzipboot/Makefile b/sys/pc98/boot/kzipboot/Makefile
index f97824c..beb70a5 100644
--- a/sys/pc98/boot/kzipboot/Makefile
+++ b/sys/pc98/boot/kzipboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/03/07 15:48:11 kato Exp $
+# $Id: Makefile,v 1.6 1998/05/28 13:48:40 kato Exp $
PROG= kztail.o kzhead.o
BINMODE = 444 # target is a relocatable object
@@ -22,9 +22,9 @@ CFLAGS+= -DKZIP -DCOMCONSOLE=0x30
CFLAGS+= -DPC98
kztail.o: ${OBJS_KZTAIL}
- $(LD) -r -x -o kztail.o $(OBJS_KZTAIL)
+ $(LD) -aout -r -x -o kztail.o $(OBJS_KZTAIL)
kzhead.o: ${OBJS_KZHEAD}
- $(LD) -r -x -o kzhead.o $(OBJS_KZHEAD)
+ $(LD) -aout -r -x -o kzhead.o $(OBJS_KZHEAD)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud