summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386-elf/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-11 17:45:03 +0000
committerobrien <obrien@FreeBSD.org>2002-05-11 17:45:03 +0000
commitd2df975828efec9133d97c53b1b0bb4e29f2ce30 (patch)
tree38858f6e7b5fc94242ba0e7917d01c4d7888eb21 /lib/csu/i386-elf/Makefile
parenteab64faef4480942a55b64eee89f9c8ba1a5ab0b (diff)
downloadFreeBSD-src-d2df975828efec9133d97c53b1b0bb4e29f2ce30.zip
FreeBSD-src-d2df975828efec9133d97c53b1b0bb4e29f2ce30.tar.gz
Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.
Diffstat (limited to 'lib/csu/i386-elf/Makefile')
-rw-r--r--lib/csu/i386-elf/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile
index 630872c..ef59b12 100644
--- a/lib/csu/i386-elf/Makefile
+++ b/lib/csu/i386-elf/Makefile
@@ -9,10 +9,7 @@ CFLAGS+= -elf -Wall \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
LDFLAGS+= -elf
-NOMAN= true
-NOPIC= true
-NOPROFILE= true
-INTERNALLIB= true
+NOLIB= true
all: ${OBJS} ${SOBJS}
OpenPOWER on IntegriCloud