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/efi | |
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/efi')
-rw-r--r-- | sys/boot/efi/libefi/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index 18f26a8..894b143 100644 --- a/sys/boot/efi/libefi/Makefile +++ b/sys/boot/efi/libefi/Makefile @@ -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 |