summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-12 13:54:42 +0000
committerobrien <obrien@FreeBSD.org>2002-05-12 13:54:42 +0000
commit1b23a3102ed078a03f0d4ad56253281f17dce1ac (patch)
tree3ced389ef8301c5ba327af87e80a53f790671069 /sys/boot/i386
parent14eeafe476090c9595254586edfe449953cc476f (diff)
downloadFreeBSD-src-1b23a3102ed078a03f0d4ad56253281f17dce1ac.zip
FreeBSD-src-1b23a3102ed078a03f0d4ad56253281f17dce1ac.tar.gz
Back out last commit. I expect our bsd.*.mk gods to remove the need for
defining so many extra things in addition to INTERNALLIB. We don't like repetitive C code and we shouldn't for make code either.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/btx/lib/Makefile3
-rw-r--r--sys/boot/i386/libi386/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile
index 5a71cb8..40c6565 100644
--- a/sys/boot/i386/btx/lib/Makefile
+++ b/sys/boot/i386/btx/lib/Makefile
@@ -5,6 +5,9 @@ AFLAGS+= -elf
LDFLAGS+= -elf
CLEANFILES+= crt0.o
INTERNALLIB= true
+NOMAN= true
+NOPIC= true
+NOPROFILE= true
all: crt0.o
diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile
index 1268e02..2b3e82c 100644
--- a/sys/boot/i386/libi386/Makefile
+++ b/sys/boot/i386/libi386/Makefile
@@ -1,7 +1,10 @@
# $FreeBSD$
#
LIB= i386
+NOPIC=
+NOPROFILE=
INTERNALLIB= true
+INTERNALSTATICLIB= true
SRCS= aout_freebsd.c biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
biospci.c bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \
OpenPOWER on IntegriCloud