diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-10 02:27:15 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-10 02:27:15 +0000 |
commit | cefa688a1879056bfc03ec7352838f0229f86cd4 (patch) | |
tree | 1c4f4c1ea33b3a4c316415e746588a810da279de | |
parent | aaa08abf86a1c3b604cc4eb57ef555c0beafd757 (diff) |
Add netbt files to common files for "make tags"
-rw-r--r-- | sys/kern/Make.tags.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index cbef1eb1b1a..a32852f2529 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Make.tags.inc,v 1.11 2007/06/06 10:04:36 henning Exp $ +# $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. @@ -20,6 +20,7 @@ COMM= $S/altq/*.[ch] \ $S/msdosfs/*.[ch] \ $S/net/*.[ch] \ $S/netatalk/*.[ch] \ + $S/netbt/*.[ch] \ $S/netinet/*.[ch] \ $S/netinet6/*.[ch] \ $S/netnatm/*.[ch] \ |