summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-22 20:23:15 +0000
committermsmith <msmith@FreeBSD.org>1998-10-22 20:23:15 +0000
commit0d28177be834e6f3e60f0006759debb1a2606896 (patch)
tree19142db7096878a3bc63ee873e0bf772c79a65c4 /sys/boot/i386
parent472b37dea84c65b9d0c992a603e006f84cfd7db3 (diff)
downloadFreeBSD-src-0d28177be834e6f3e60f0006759debb1a2606896.zip
FreeBSD-src-0d28177be834e6f3e60f0006759debb1a2606896.tar.gz
Add biospnp.c
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/libi386/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile
index 0d47bc0..30dad04 100644
--- a/sys/boot/i386/libi386/Makefile
+++ b/sys/boot/i386/libi386/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1998/10/14 07:08:16 peter Exp $
+# $Id: Makefile,v 1.9 1998/10/21 20:07:57 msmith Exp $
#
LIB= i386
NOPIC=
@@ -7,7 +7,8 @@ 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
+ devicename.c elf_freebsd.c gatea20.c i386_copy.c i386_module.c \
+ biospnp.c time.c vidconsole.c
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
-I${.CURDIR}/../../.. -I.
OpenPOWER on IntegriCloud