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 2002-02-27 10:07:15 +00:00
parent a0c76f3ef8
commit a08ecca5be

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.