NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using

INTERNALLIB now.
This commit is contained in:
obrien 2002-05-11 18:02:33 +00:00
parent 372b2111f6
commit 4da1be0803
10 changed files with 0 additions and 27 deletions

View File

@ -1,8 +1,6 @@
# $FreeBSD$
LIB= alpha
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
CFLAGS+= -ffreestanding

View File

@ -1,8 +1,6 @@
# $FreeBSD$
LIB= arc
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
CFLAGS+= -ffreestanding

View File

@ -3,10 +3,7 @@
.PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH}
LIB= efi
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c exit.c
SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.s

View File

@ -24,8 +24,6 @@ PROG= testmain
.else
LIB= ficl
INTERNALLIB= yes
INTERNALSTATICLIB= yes
NOPROFILE= yes
.include <bsd.lib.mk>
.endif

View File

@ -5,9 +5,6 @@ AFLAGS+= -elf
LDFLAGS+= -elf
CLEANFILES+= crt0.o
INTERNALLIB= true
NOMAN= true
NOPIC= true
NOPROFILE= true
all: crt0.o

View File

@ -1,10 +1,7 @@
# $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 \

View File

@ -1,10 +1,7 @@
# $FreeBSD$
LIB= ski
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= skiconsole.c time.c copy.c devicename.c module.c exit.c
SRCS+= delay.c skifs.c elf_freebsd.c bootinfo.c ssc.c

View File

@ -1,10 +1,7 @@
# $FreeBSD$
LIB= ofw
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= devicename.c elf_freebsd.c ofw_console.c ofw_copy.c ofw_devsearch.c \
ofw_disk.c ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \

View File

@ -5,9 +5,6 @@ AFLAGS+= -elf
LDFLAGS+= -elf
CLEANFILES+= crt0.o
INTERNALLIB= true
NOMAN= true
NOPIC= true
NOPROFILE= true
all: crt0.o

View File

@ -1,10 +1,7 @@
# $FreeBSD$
#
LIB= pc98
NOPIC=
NOPROFILE=
INTERNALLIB= true
INTERNALSTATICLIB= true
.PATH: ${.CURDIR}/../../i386/libi386