xref: /original-bsd/sys/kern/Make.tags.inc (revision 97bd5884)
1#	@(#)Make.tags.inc	7.3 (Berkeley) 07/24/92
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] /sys/dev/*.[ch] /sys/dev/scsi/*.[ch] \
11	/sys/kern/*.[ch] /sys/libkern/*.[ch] /sys/miscfs/*/*.[ch] \
12	/sys/net/*.[ch] /sys/netccitt/*.[ch] /sys/netimp/*.[ch] \
13	/sys/netinet/*.[ch] /sys/netiso/*.[ch] /sys/netns/*.[ch] \
14	/sys/nfs/*.[ch] /sys/sys/*.[ch] /sys/ufs/*/*.[ch] /sys/vm/*.[ch]
15