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/ia64 | |
| parent | d43e78d0c7537d1facb0a0a241ec705d037d0802 (diff) | |
Notes
Diffstat (limited to 'sys/boot/ia64')
| -rw-r--r-- | sys/boot/ia64/libski/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/ia64/libski/Makefile b/sys/boot/ia64/libski/Makefile index b6da2c8ef6ff..417a6922dedb 100644 --- a/sys/boot/ia64/libski/Makefile +++ b/sys/boot/ia64/libski/Makefile @@ -1,7 +1,10 @@ # $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 |
