summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-12-10 10:28:01 +0000
committernyan <nyan@FreeBSD.org>2000-12-10 10:28:01 +0000
commit84198a1e214d5a59bcb4f17c6760c71604bfbb9e (patch)
tree4f493dd9a3ba50e83a3762b736fb7cf3a416d1f4
parent807fe8d8f9b7d3c3623dd11c347d434c6fec7bb0 (diff)
downloadFreeBSD-src-84198a1e214d5a59bcb4f17c6760c71604bfbb9e.zip
FreeBSD-src-84198a1e214d5a59bcb4f17c6760c71604bfbb9e.tar.gz
Added 'MACHINE=pc98' to MKMODULESENV variable. It is needed to make modules
for PC-98 on IBM-PC box.
-rw-r--r--sys/conf/Makefile.pc981
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 37110a5..f4e3934 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -271,6 +271,7 @@ reinstall reinstall.debug: modules-reinstall
.endif
MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR}
+MKMODULESENV+= MACHINE=pc98
modules:
@mkdir -p ${.OBJDIR}/modules
OpenPOWER on IntegriCloud