Commit a long-forgotten tweak for building tags in /usr/src/sys.
This commit is contained in:
parent
f3acd8dc3c
commit
17b8806498
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user