aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-08-15 19:36:02 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-08-15 19:36:02 +0000
commit75da8757fae44952016017f407e826ad48a90a26 (patch)
tree6deeaa54eeca5a2bb6fe10247c15d05b47ea6ec8 /sys
parent8e502f1158e4c49410f1ee249cecc258a4bd73ae (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/kzipboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/boot/kzipboot/Makefile b/sys/i386/boot/kzipboot/Makefile
index 0884fbdc2c3e..7295df13f8d2 100644
--- a/sys/i386/boot/kzipboot/Makefile
+++ b/sys/i386/boot/kzipboot/Makefile
@@ -1,6 +1,7 @@
-# $Id: Makefile,v 1.1 1995/04/15 08:23:31 phk Exp $
+# $Id: Makefile,v 1.2 1995/05/29 01:38:03 phk Exp $
PROG= kzip.o
+BINMODE = 444 # target is a relocatable object
SRCS= head.S boot.c unzip.c misc.c malloc.c inflate.c
BINDIR= /usr/lib
.PATH: ${.CURDIR}/../../../kern