xref: /original-bsd/sys/kern/Make.tags.inc (revision 0d869007)
1#	@(#)Make.tags.inc	8.2 (Berkeley) 11/23/94
2
3# Common files for "make tags".
4# Included by the Makefile for each architecture.
5
6# Put the ../sys stuff near the end so that subroutine definitions win when
7# there is a struct tag with the same name (eg., vmmeter).  The real
8# solution would probably be for ctags to generate "struct vmmeter" tags.
9
10COMM=	/sys/conf/*.[ch] \
11	/sys/dev/*.[ch] /sys/dev/scsi/*.[ch] \
12	/sys/isofs/*/*.[ch] \
13	/sys/kern/*.[ch] /sys/libkern/*.[ch] \
14	/sys/miscfs/*/*.[ch] \
15	/sys/net/*.[ch] /sys/netccitt/*.[ch] /sys/netinet/*.[ch] \
16	/sys/netiso/*.[ch] /sys/netns/*.[ch] \
17	/sys/nfs/*.[ch] /sys/sys/*.[ch] \
18	/sys/ufs/*/*.[ch] \
19	/sys/vm/*.[ch]
20