summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-07-26 01:34:33 +0000
committerkato <kato@FreeBSD.org>1997-07-26 01:34:33 +0000
commit4073bb748472a7af0de069e95d31b4a943611b9b (patch)
treea54b5d3d0f1cd8ac52bfb84afe061ef6e7cfb1f4 /sys/pc98/conf
parent0b7a5d801a089373ad6da6e2dbea99096ed77a17 (diff)
downloadFreeBSD-src-4073bb748472a7af0de069e95d31b4a943611b9b.zip
FreeBSD-src-4073bb748472a7af0de069e95d31b4a943611b9b.tar.gz
Synchronize with sys/i386/conf/files.i386 revision 1.168.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/files.pc988
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98
index 6fd4c30..b96c4ae 100644
--- a/sys/pc98/conf/files.pc98
+++ b/sys/pc98/conf/files.pc98
@@ -3,7 +3,7 @@
#
# modified for PC-9801
#
-# $Id: files.pc98,v 1.27 1997/06/02 15:45:27 kato Exp $
+# $Id: files.pc98,v 1.28 1997/06/30 09:57:33 kato Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
@@ -33,6 +33,11 @@ linux_assym.h optional compat_linux \
no-obj no-implicit-rule before-depend \
clean "linux_assym.h"
#
+font8x16.o optional std8x16font \
+ compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \
+ no-implicit-rule before-depend \
+ clean "${STD8X16FONT}-8x16 font8x16.c"
+#
i386/scsi/93cx6.c optional ahc device-driver
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@@ -69,6 +74,7 @@ i386/i386/perfmon.c optional perfmon profiling-routine
i386/i386/perfmon.c optional perfmon
i386/i386/pmap.c standard
i386/i386/procfs_machdep.c standard
+i386/i386/simplelock.s optional smp
i386/i386/support.s standard
i386/i386/swtch.s standard
i386/i386/sys_machdep.c standard
OpenPOWER on IntegriCloud