diff options
author | 2007-06-10 02:27:14 +0000 | |
---|---|---|
committer | 2007-06-10 02:27:14 +0000 | |
commit | 6a9048e0855090fc4bd3917957c773e3f6434b44 (patch) | |
tree | c35ff9fca983ff566bb2512a17d2b8137532ed33 /sys | |
parent | blocks/sectors != blocks/blocks. Fix calculation of b_cylinder in (diff) | |
download | wireguard-openbsd-6a9048e0855090fc4bd3917957c773e3f6434b44.tar.xz wireguard-openbsd-6a9048e0855090fc4bd3917957c773e3f6434b44.zip |
Add netbt files to common files for "make tags"
Diffstat (limited to 'sys')
-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] \ |