diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-12 13:54:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-12 13:54:42 +0000 |
| commit | 95cfc25d0d37595adeab104873429212baeead26 (patch) | |
| tree | 3ced389ef8301c5ba327af87e80a53f790671069 /sys/boot/ofw | |
| parent | d43e78d0c7537d1facb0a0a241ec705d037d0802 (diff) | |
Notes
Diffstat (limited to 'sys/boot/ofw')
| -rw-r--r-- | sys/boot/ofw/libofw/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/ofw/libofw/Makefile b/sys/boot/ofw/libofw/Makefile index 87c0535b3fe7..7db8b8e36a0d 100644 --- a/sys/boot/ofw/libofw/Makefile +++ b/sys/boot/ofw/libofw/Makefile @@ -1,7 +1,10 @@ # $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 \ |
