diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 10:53:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 10:53:24 +0000 |
| commit | 2a53f3fb3500971b94d25af1bbc7b3db720316df (patch) | |
| tree | 3502e6532e9dbe00088e716b6af2a9f82d0a14c3 /sys/boot | |
| parent | 4b9840932da590aa158025f38976bbb2ad9c5f56 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/alpha/libalpha/Makefile | 4 | ||||
| -rw-r--r-- | sys/boot/arc/lib/Makefile | 4 | ||||
| -rw-r--r-- | sys/boot/i386/btx/lib/Makefile | 4 | ||||
| -rw-r--r-- | sys/boot/pc98/btx/lib/Makefile | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile index a3fe818359248..7bb07cf9d934e 100644 --- a/sys/boot/alpha/libalpha/Makefile +++ b/sys/boot/alpha/libalpha/Makefile @@ -1,8 +1,6 @@ # $FreeBSD$ LIB= alpha -NOPIC= true -NOPROFILE= true INTERNALLIB= true CFLAGS+= -ffreestanding @@ -23,8 +21,6 @@ SRCS= OSFpal.c elf_freebsd.c prom.c prom_disp.S prom_swpal.S \ pal.S reboot.c delay.c time.c alpha_module.c devicename.c \ srmdisk.c srmnet.c getsecs.c alpha_copy.c bootinfo.c -all: libalpha.a - machine: ln -sf ${.CURDIR}/../../../alpha/include machine diff --git a/sys/boot/arc/lib/Makefile b/sys/boot/arc/lib/Makefile index fbbfeb8356b99..7944374909d23 100644 --- a/sys/boot/arc/lib/Makefile +++ b/sys/boot/arc/lib/Makefile @@ -1,8 +1,6 @@ # $FreeBSD$ LIB= arc -NOPIC= true -NOPROFILE= true INTERNALLIB= true CFLAGS+= -ffreestanding @@ -27,8 +25,6 @@ SRCS= delay.c time.c abort.c setjmperr.c copy.c devicename.c module.c \ SRCS+= rpb.c .endif -all: libarc.a - CLEANFILES+= machine machine: diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 40c65657ea7a9..441c6adb8fc5d 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/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 diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 40c65657ea7a9..441c6adb8fc5d 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 |
