Deleted Added
sdiff udiff text old ( 87373 ) new ( 91369 )
full compact
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
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 ---