Deleted Added
full compact
Make.tags.inc (87373) Make.tags.inc (91369)
1# $FreeBSD: head/sys/kern/Make.tags.inc 87373 2001-12-05 01:23:21Z mckusick $
1# $FreeBSD: head/sys/kern/Make.tags.inc 91369 2002-02-27 10:07:15Z alfred $
2# @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93
3
2# @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93
3
4SYS?= /sys
4SYS?= ${.CURDIR}/..
5
6# Common files for "make tags", included by the Makefile for each
7# architecture.
8
9# Put the /sys/sys include files at the end so that subroutine definitions
10# win when there is a struct tag with the same name (e.g., vmmeter). The
11# better solution would be for ctags to generate "struct vmmeter" tags.
12

--- 91 unchanged lines hidden ---
5
6# Common files for "make tags", included by the Makefile for each
7# architecture.
8
9# Put the /sys/sys include files at the end so that subroutine definitions
10# win when there is a struct tag with the same name (e.g., vmmeter). The
11# better solution would be for ctags to generate "struct vmmeter" tags.
12

--- 91 unchanged lines hidden ---