summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-07-03 08:17:40 +0000
committerkato <kato@FreeBSD.org>1999-07-03 08:17:40 +0000
commit8e401c5fd40441e41688fb8c7b241f2690f3cffa (patch)
tree80911f4f5cbeb5cb585e9a4c71b9c43cbd1dffc2 /sys/pc98/conf
parent9a448e165335d5d863438fa611197b038b99fda2 (diff)
downloadFreeBSD-src-8e401c5fd40441e41688fb8c7b241f2690f3cffa.zip
FreeBSD-src-8e401c5fd40441e41688fb8c7b241f2690f3cffa.tar.gz
Sync with sys/i386/conf/Makefile.i386 revision 1.157.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/Makefile.pc987
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98
index e9b924a..cdf85a1 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.64 1999/05/10 09:00:29 kato Exp $
+# $Id: Makefile.pc98,v 1.65 1999/06/28 13:07:58 kato Exp $
#
# Makefile for FreeBSD
#
@@ -226,7 +226,10 @@ links:
sh makelinks && rm -f dontlink
tags:
- @echo "see $S/kern/Makefile for tags"
+ @[ -f .depend ] || { echo "you must make depend first"; exit 1; }
+ sh $S/conf/systags.sh
+ rm -f tags1
+ sed -e 's, ../, ,' tags > tags1
install install.debug:
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
OpenPOWER on IntegriCloud