summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-08-28 12:48:38 +0000
committerkato <kato@FreeBSD.org>1998-08-28 12:48:38 +0000
commit5ca1f6779631e2473eaae5777d3607665e836e61 (patch)
tree59d95a89f3f11e06c5562732c8730d3e964f13e0 /sys/pc98
parenta55260725098371dad64e094998ac99920fec9ad (diff)
downloadFreeBSD-src-5ca1f6779631e2473eaae5777d3607665e836e61.zip
FreeBSD-src-5ca1f6779631e2473eaae5777d3607665e836e61.tar.gz
Sync with sys/i386/conf/Makefile.i386 revision 1.118.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/Makefile.pc986
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98
index fe21166..c08c5f9 100644
--- a/sys/pc98/conf/Makefile.pc98
+++ b/sys/pc98/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.33 1998/06/25 10:49:49 kato Exp $
+# $Id: Makefile.pc98,v 1.34 1998/07/12 14:30:54 kato Exp $
#
# Makefile for FreeBSD
#
@@ -231,7 +231,11 @@ vnode_if.c vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src
vnode_if.o:
${NORMAL_C}
+.if exists($S/../share/mk)
+.include "$S/../share/mk/bsd.kern.mk"
+.else
.include <bsd.kern.mk>
+.endif
%RULES
OpenPOWER on IntegriCloud