aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-25 18:05:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-25 18:05:16 +0000
commitc02ba8a8d29d00877841c73cac0ae64e02e2a50a (patch)
tree491324d84403451117ae456f71ea8658ce198aa7 /lib/csu
parentad275bd7601a61056a8ffb6f24517aa1d0853fad (diff)
Notes
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/alpha/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 46c02773c1b4..fd9f54591646 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -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}