From 8fb65ce818b3e3c6f165b583b910af24000768a5 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 24 May 1994 10:09:53 +0000 Subject: BSD 4.4 Lite Kernel Sources --- sys/kern/Make.tags.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys/kern/Make.tags.inc (limited to 'sys/kern/Make.tags.inc') diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc new file mode 100644 index 0000000..1563c41 --- /dev/null +++ b/sys/kern/Make.tags.inc @@ -0,0 +1,18 @@ +# @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93 + +# 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] -- cgit v1.1