summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-05-28 13:48:40 +0000
committerkato <kato@FreeBSD.org>1998-05-28 13:48:40 +0000
commit4d5a415e508ecc819f6a9a70fc67868e40913d79 (patch)
treefc62a854cacc69d05844d63f6ddffe0522da9c3a /sys
parentdf952e68b4aa618d9d0ad89fe91a2f7668d88789 (diff)
downloadFreeBSD-src-4d5a415e508ecc819f6a9a70fc67868e40913d79.zip
FreeBSD-src-4d5a415e508ecc819f6a9a70fc67868e40913d79.tar.gz
Sync with sys/i386/boot/kzipboot/Makefile revision 1.9.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/boot/kzipboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/kzipboot/Makefile b/sys/pc98/boot/kzipboot/Makefile
index 4b704e0..f97824c 100644
--- a/sys/pc98/boot/kzipboot/Makefile
+++ b/sys/pc98/boot/kzipboot/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.4 1998/02/16 09:37:02 kato Exp $
+# $Id: Makefile,v 1.5 1998/03/07 15:48:11 kato Exp $
PROG= kztail.o kzhead.o
BINMODE = 444 # target is a relocatable object
SRCS= tail.S head.S boot.c unzip.c misc.c malloc.c inflate.c
OBJS_KZHEAD= head.o
OBJS_KZTAIL= tail.o boot.o unzip.o misc.o malloc.o inflate.o
-BINDIR= /usr/lib
+BINDIR= /usr/lib/aout
.PATH: ${.CURDIR}/../../../kern
NOMAN= toobad
OpenPOWER on IntegriCloud