MFi386: revision 1.19.

This commit is contained in:
ru 2003-06-30 12:53:39 +00:00
parent cd018fba86
commit ed55c31b37

View File

@ -5,10 +5,8 @@
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
CFLAGS+= -elf -Wall \
-I${.CURDIR}/../common \
CFLAGS+= -I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
LDFLAGS+= -elf
all: ${OBJS}