aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-07-13 07:36:20 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-07-13 07:36:20 +0000
commit17b88064988ea95793d30f0844209ac87ea4c9fe (patch)
tree78f881a64661adff9728c29d795b04db364ac825 /sys/Makefile
parentf3acd8dc3cc308c271d4abe434c264780da69dbe (diff)
downloadsrc-17b88064988ea95793d30f0844209ac87ea4c9fe.tar.gz
src-17b88064988ea95793d30f0844209ac87ea4c9fe.zip
Commit a long-forgotten tweak for building tags in /usr/src/sys.
Notes
Notes: svn path=/head/; revision=27356
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index c91202d8a302..28d394a8061c 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.7 1997/02/22 09:27:56 peter Exp $
.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
SUBDIR= pc98/boot
@@ -6,4 +6,6 @@ SUBDIR= pc98/boot
SUBDIR= ${MACHINE}/boot
.endif
+HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
+
.include <bsd.subdir.mk>