MFi386: revision 1.19.

This commit is contained in:
Ruslan Ermilov 2003-06-30 12:53:39 +00:00
parent fadd82e367
commit 6de4623bfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117074

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}