diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-11 18:02:33 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-11 18:02:33 +0000 |
commit | 4da1be0803196ec82f74fc519c68443db6e84146 (patch) | |
tree | acbb5bbf1b59a2b1c11cd9ed37633b504ee40f4f /sys/boot/i386/btx/lib/Makefile | |
parent | 372b2111f69984ac7091abf2447deaeb09dbcf91 (diff) | |
download | FreeBSD-src-4da1be0803196ec82f74fc519c68443db6e84146.zip FreeBSD-src-4da1be0803196ec82f74fc519c68443db6e84146.tar.gz |
NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using
INTERNALLIB now.
Diffstat (limited to 'sys/boot/i386/btx/lib/Makefile')
-rw-r--r-- | sys/boot/i386/btx/lib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 40c6565..5a71cb8 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/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 |