From 4da1be0803196ec82f74fc519c68443db6e84146 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 11 May 2002 18:02:33 +0000 Subject: NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using INTERNALLIB now. --- sys/boot/pc98/btx/lib/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/boot/pc98/btx') diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 40c6565..5a71cb8 100644 --- a/sys/boot/pc98/btx/lib/Makefile +++ b/sys/boot/pc98/btx/lib/Makefile @@ -5,9 +5,6 @@ AFLAGS+= -elf LDFLAGS+= -elf CLEANFILES+= crt0.o INTERNALLIB= true -NOMAN= true -NOPIC= true -NOPROFILE= true all: crt0.o -- cgit v1.1