Really unbreak it this time (clean and install were still broken).
This commit is contained in:
parent
a0b8957dfa
commit
9000f22529
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
FILES= kgzldr.o
|
||||
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
|
||||
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
|
||||
CFLAGS= -fno-builtin
|
||||
@ -10,20 +11,17 @@ CFLAGS+=-Os
|
||||
.endif
|
||||
CFLAGS+=-DKZIP
|
||||
LDFLAGS=-nostdlib -static -r
|
||||
NOMAN=
|
||||
BINDIR= /usr/lib
|
||||
BINMODE=444
|
||||
STRIP=
|
||||
.PATH: ${.CURDIR}/../../../kern
|
||||
|
||||
CLEANFILES=${FILES}
|
||||
|
||||
M4?= m4
|
||||
M4FLAGS=-DOBJFORMAT=${OBJFORMAT}
|
||||
|
||||
BOOT_COMCONSOLE_PORT?= 0x3f8
|
||||
M4FLAGS+=-DSIOPRT=${BOOT_COMCONSOLE_PORT}
|
||||
|
||||
all: kgzldr.o
|
||||
|
||||
kgzldr.o: ${OBJS}
|
||||
${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user