summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-09 00:39:59 +0000
committerasami <asami@FreeBSD.org>1996-11-09 00:39:59 +0000
commit89988533eabd3c06d450d94a69baa027fe72e350 (patch)
tree91216b6f4a039a62b2f95033f86cbff5f01563ae /sys/conf
parentbf6d735fd02f61adac96742487d7113bc35fc006 (diff)
downloadFreeBSD-src-89988533eabd3c06d450d94a69baa027fe72e350.zip
FreeBSD-src-89988533eabd3c06d450d94a69baa027fe72e350.tar.gz
Re-sync with -current. Should be in 2.2.
Submitted by: The FreeBSD(98) Development Team
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.pc984
-rw-r--r--sys/conf/files.pc987
2 files changed, 6 insertions, 5 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 335b654..20d1a95 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.pc98,v 1.6 1996/10/09 21:45:45 asami Exp $
+# $Id: Makefile.pc98,v 1.7 1996/10/23 07:24:48 asami Exp $
#
# Makefile for FreeBSD
#
@@ -124,7 +124,7 @@ genassym.o: ${I386}/i386/genassym.c Makefile
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
genassym: genassym.o
- ${CC} -static ${CFLAGS} ${PARAM} genassym.o -o $@
+ ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@
# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical.
depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index f4849e2..e93ff11 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -3,7 +3,7 @@
#
# modified for PC-9801
#
-# $Id: files.pc98,v 1.9 1996/10/30 22:39:31 asami Exp $
+# $Id: files.pc98,v 1.10 1996/11/02 10:38:45 asami Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -19,12 +19,12 @@ aic7xxx_seq.h optional ahc device-driver \
#
linux_genassym optional compat_linux \
dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \
- compile-with "${CC} ${CFLAGS} -o $@ $<" \
+ compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \
no-obj no-implicit-rule \
clean "linux_genassym"
#
linux_assym.h optional compat_linux \
- dependency "linux_genassym" \
+ dependency "linux_genassym" \
compile-with "./linux_genassym > $@" \
no-obj no-implicit-rule before-depend \
clean "linux_assym.h"
@@ -37,6 +37,7 @@ i386/apm/apm_setup.s optional apm
#i386/eisa/aha1742.c optional ahb device-driver
#i386/eisa/bt74x.c optional bt device-driver
i386/eisa/eisaconf.c optional eisa
+i386/eisa/if_vx_eisa.c optional vx device-driver
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
i386/i386/db_disasm.c optional ddb
OpenPOWER on IntegriCloud