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

Annotation of sys/kern/Make.tags.inc, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Make.tags.inc,v 1.12 2007/06/10 02:27:14 uwe Exp $
                      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:
                     10: COMM=  $S/altq/*.[ch] \
                     11:        $S/compat/*/*.[ch] \
                     12:        $S/conf/*.[ch] \
                     13:        $S/crypto/*.[ch] \
                     14:        $S/ddb/*.[ch] \
                     15:        $S/dev/*.[ch] $S/dev/*/*.[ch] $S/dev/*/*/*.[ch] \
                     16:        $S/isofs/*/*.[ch] \
                     17:        $S/kern/*.[ch] \
                     18:        $S/lib/libkern/*.[ch] \
                     19:        $S/miscfs/*/*.[ch] \
                     20:        $S/msdosfs/*.[ch] \
                     21:        $S/net/*.[ch] \
                     22:        $S/netatalk/*.[ch] \
                     23:        $S/netbt/*.[ch] \
                     24:        $S/netinet/*.[ch] \
                     25:        $S/netinet6/*.[ch] \
                     26:        $S/netnatm/*.[ch] \
                     27:        $S/nfs/*.[ch] \
                     28:        $S/scsi/*.[ch] \
                     29:        $S/ufs/*/*.[ch] \
                     30:        $S/uvm/*.[ch] \
                     31:        $S/sys/*.[ch]

CVSweb