summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-15 21:41:11 +0000
committerobrien <obrien@FreeBSD.org>2001-12-15 21:41:11 +0000
commit4a701250c9358a111bea01af77e054a2f83e3d92 (patch)
tree0074a978010512c72e37d4776ef4285103a372af /lib/csu
parent2fffd478163c844f5ccc053537b7b50913f93782 (diff)
downloadFreeBSD-src-4a701250c9358a111bea01af77e054a2f83e3d92.zip
FreeBSD-src-4a701250c9358a111bea01af77e054a2f83e3d92.tar.gz
Embelish CFLAGS.
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/sparc64/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile
index a2d6890..73c64c0 100644
--- a/lib/csu/sparc64/Makefile
+++ b/lib/csu/sparc64/Makefile
@@ -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
OpenPOWER on IntegriCloud