summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/btx
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-13 10:53:24 +0000
committerru <ru@FreeBSD.org>2002-05-13 10:53:24 +0000
commitdc9ee408336ff8962ae4994f3965162b610501d9 (patch)
tree3502e6532e9dbe00088e716b6af2a9f82d0a14c3 /sys/boot/pc98/btx
parent2afce45ffcb33c722890e0085af2e0af09472a4e (diff)
downloadFreeBSD-src-dc9ee408336ff8962ae4994f3965162b610501d9.zip
FreeBSD-src-dc9ee408336ff8962ae4994f3965162b610501d9.tar.gz
Major cleanup of bsd.lib.mk.
Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB.
Diffstat (limited to 'sys/boot/pc98/btx')
-rw-r--r--sys/boot/pc98/btx/lib/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile
index 40c6565..441c6ad 100644
--- a/sys/boot/pc98/btx/lib/Makefile
+++ b/sys/boot/pc98/btx/lib/Makefile
@@ -4,10 +4,6 @@ OBJS= btxcsu.o btxsys.o btxv86.o
AFLAGS+= -elf
LDFLAGS+= -elf
CLEANFILES+= crt0.o
-INTERNALLIB= true
-NOMAN= true
-NOPIC= true
-NOPROFILE= true
all: crt0.o
OpenPOWER on IntegriCloud