aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/amd64
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-12 16:21:23 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-12 16:21:23 +0000
commit5b8f41af394955dcd332ce3dcbdcda5b3a2ad100 (patch)
tree09a0dbd76a0174cf5eb88dc0886e02bd9403fa7d /lib/csu/amd64
parentc7b111cba82a6eafca66d37944c7293fb1a11000 (diff)
downloadsrc-5b8f41af394955dcd332ce3dcbdcda5b3a2ad100.tar.gz
src-5b8f41af394955dcd332ce3dcbdcda5b3a2ad100.zip
Revert the last change. The corresponding bsd.lib.mk changes were
already backed out.
Notes
Notes: svn path=/head/; revision=96463
Diffstat (limited to 'lib/csu/amd64')
-rw-r--r--lib/csu/amd64/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index ef59b121da0f..630872c7cc20 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -9,7 +9,10 @@ CFLAGS+= -elf -Wall \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
LDFLAGS+= -elf
-NOLIB= true
+NOMAN= true
+NOPIC= true
+NOPROFILE= true
+INTERNALLIB= true
all: ${OBJS} ${SOBJS}