summaryrefslogtreecommitdiffstats
path: root/sys/kern/Make.tags.inc
blob: e81caa525819c1cf5a5c8ba0a4b2134c90dc3f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	@(#)Make.tags.inc	8.1 (Berkeley) 6/11/93
# $FreeBSD$

# Common files for "make tags".
# Included by the Makefile for each architecture.

# Put the ../sys stuff near the end so that subroutine definitions win when
# there is a struct tag with the same name (eg., vmmeter).  The real
# solution would probably be for ctags to generate "struct vmmeter" tags.

COMM=	/sys/conf/*.[ch] \
	/sys/dev/*.[ch] /sys/dev/scsi/*.[ch] \
	/sys/kern/*.[ch] /sys/libkern/*.[ch] \
	/sys/miscfs/*/*.[ch] \
	/sys/net/*.[ch] /sys/netccitt/*.[ch] /sys/netinet/*.[ch] \
	/sys/netiso/*.[ch] /sys/netns/*.[ch] \
	/sys/nfs/*.[ch] /sys/sys/*.[ch] \
	/sys/ufs/*/*.[ch] \
	/sys/vm/*.[ch]
OpenPOWER on IntegriCloud