mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Sync with sys/i386/boot/kzipboot/Makefile revision 1.9.
This commit is contained in:
parent
c0d4448d22
commit
8cd4c80f68
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36446
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user