xref: /original-bsd/sys/kern/Make.tags.inc (revision 753853ba)
1#	@(#)Make.tags.inc	7.2 (Berkeley) 03/18/92
2
3# common files for "make tags"
4# included by 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=	../kern/*.c ../vm/*.c ../vm/*.h \
11	../net/*.[ch] ../netimp/*.[ch] ../netinet/*.[ch] ../netns/*.[ch] \
12	../netiso/*.[ch] ../netccitt/*.[ch] \
13	../ufs/ufs/*.[ch] ../ufs/ffs/*.[ch] ../ufs/lfs/*.[ch] \
14	../ufs/mfs/*.[ch] ../nfs/*.[ch] \
15	../sys/*.h
16