ptyattach (#ifdef notyet); don't need #if NPTY > 0
[unix-history] / usr / src / sys / kern / Make.tags.inc
CommitLineData
f5934919 1# @(#)Make.tags.inc 7.3 (Berkeley) %G%
118dfb89 2
f5934919
KB
3# Common files for "make tags".
4# Included by the Makefile for each architecture.
118dfb89 5
6a14214f
MK
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
f5934919
KB
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]