summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/kzipboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/kzipboot/Makefile b/sys/i386/boot/kzipboot/Makefile
index bd309a7..74eb393 100644
--- a/sys/i386/boot/kzipboot/Makefile
+++ b/sys/i386/boot/kzipboot/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.7 1998/02/15 21:38:17 eivind Exp $
+# $Id: Makefile,v 1.8 1998/03/07 10:48:10 eivind 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