[BACK]Return to Make.tags.inc CVS log [TXT][DIR] Up to [local] / sys / kern

File: [local] / sys / kern / Make.tags.inc (download)

Revision 1.1, Tue Mar 4 16:14:51 2008 UTC (16 years, 1 month ago) by nbrk
Branch point for: MAIN

Initial revision

#	$OpenBSD: Make.tags.inc,v 1.12 2007/06/10 02:27:14 uwe Exp $

# 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=	$S/altq/*.[ch] \
	$S/compat/*/*.[ch] \
	$S/conf/*.[ch] \
	$S/crypto/*.[ch] \
	$S/ddb/*.[ch] \
	$S/dev/*.[ch] $S/dev/*/*.[ch] $S/dev/*/*/*.[ch] \
	$S/isofs/*/*.[ch] \
	$S/kern/*.[ch] \
	$S/lib/libkern/*.[ch] \
	$S/miscfs/*/*.[ch] \
	$S/msdosfs/*.[ch] \
	$S/net/*.[ch] \
	$S/netatalk/*.[ch] \
	$S/netbt/*.[ch] \
	$S/netinet/*.[ch] \
	$S/netinet6/*.[ch] \
	$S/netnatm/*.[ch] \
	$S/nfs/*.[ch] \
	$S/scsi/*.[ch] \
	$S/ufs/*/*.[ch] \
	$S/uvm/*.[ch] \
	$S/sys/*.[ch]