Embelish CFLAGS.

This commit is contained in:
David E. O'Brien 2001-12-15 21:41:11 +00:00
parent 07e70b12fc
commit 2f67a9b3cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88001

View File

@ -3,9 +3,10 @@
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crtbegin.c crtend.c
OBJS= crt1.o crtbegin.o crtend.o
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
SOBJS= crtbegin.So crtend.So
CFLAGS+= -I${.CURDIR}/../common
NOMAN= true
NOPIC= true
NOPROFILE= true