diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-09-30 22:36:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-09-30 22:36:45 +0000 |
| commit | f511533b56bd947271e972a7bfc0efc1fd395539 (patch) | |
| tree | 95d3a4806094bf4b348f6d94ebe49f541f30da47 /sys/boot | |
| parent | 2100232adf54e61ff58c4c2c8da9918aba53bd7d (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile index 5f749d1213a28..8eaed19091e07 100644 --- a/sys/boot/i386/libi386/Makefile +++ b/sys/boot/i386/libi386/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.5 1998/09/26 01:30:20 msmith Exp $ +# $Id: Makefile,v 1.6 1998/09/30 19:48:09 peter Exp $ # LIB= i386 NOPIC= NOPROFILE= +INTERNALLIB= true +INTERNALSTATICLIB= true SRCS= aout_freebsd.c biosdisk.c biosmem.c bootinfo.c comconsole.c \ devicename.c elf_freebsd.c gatea20.c i386_copy.c i386_module.c time.c vidconsole.c |
