summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-12 16:21:23 +0000
committerru <ru@FreeBSD.org>2002-05-12 16:21:23 +0000
commit77ac6c7e64ce59bfe803124ba259298b12552d03 (patch)
tree09a0dbd76a0174cf5eb88dc0886e02bd9403fa7d /lib/csu/alpha
parent59049318b65ea166adda623a5ac132b7502ae843 (diff)
downloadFreeBSD-src-77ac6c7e64ce59bfe803124ba259298b12552d03.zip
FreeBSD-src-77ac6c7e64ce59bfe803124ba259298b12552d03.tar.gz
Revert the last change. The corresponding bsd.lib.mk changes were
already backed out.
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r--lib/csu/alpha/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index e4fd425..5528e4e 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -8,7 +8,10 @@ OBJS+= gcrt1.o
CFLAGS+= -Wall -Wno-unused \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
-NOLIB= true
+NOMAN= true
+NOPIC= true
+NOPROFILE= true
+INTERNALLIB= true
all: ${OBJS} ${SOBJS}
OpenPOWER on IntegriCloud