From f511533b56bd947271e972a7bfc0efc1fd395539 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 30 Sep 1998 22:36:45 +0000 Subject: [PATCH] Stop libi386.a from being installed.. --- sys/boot/i386/libi386/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile index 5f749d1213a2..8eaed19091e0 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