Don't hardcode /sys when making tags, instead use ${.CURDIR}/.. this

fixes a problem where one tries to make tags when the source isn't in
/sys.

Submitted by: Jihui Yang <yangjihui@yahoo.com>
This commit is contained in:
Alfred Perlstein 2002-02-27 10:07:15 +00:00
parent 30d1ca27fe
commit e6be967434
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91369

View File

@ -1,7 +1,7 @@
# $FreeBSD$
# @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93
SYS?= /sys
SYS?= ${.CURDIR}/..
# Common files for "make tags", included by the Makefile for each
# architecture.