WARNS=6'ify.

Style nits.
This commit is contained in:
David E. O'Brien 2002-06-25 18:05:16 +00:00
parent ad275bd760
commit c02ba8a8d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98817

View File

@ -1,13 +1,11 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
CFLAGS+= -Wall -Wno-unused \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
WARNS?= 6
CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include
all: ${OBJS}