diff options
author | 2009-02-10 18:30:44 +0000 | |
---|---|---|
committer | 2009-02-10 18:30:44 +0000 | |
commit | ea6ecdc406bf27c9effca60547c8c1f3215622f5 (patch) | |
tree | 821080cd99b6e9050a674c0f84d476107c401e6d | |
parent | Fix two obvious copy-paste errors in fatal error messages. We were (diff) | |
download | wireguard-openbsd-ea6ecdc406bf27c9effca60547c8c1f3215622f5.tar.xz wireguard-openbsd-ea6ecdc406bf27c9effca60547c8c1f3215622f5.zip |
Sync with current MI tree.
ok miod@
-rw-r--r-- | sys/kern/Make.tags.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index a32852f2529..f1cafe2ae06 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Make.tags.inc,v 1.12 2007/06/10 02:27:14 uwe Exp $ +# $OpenBSD: Make.tags.inc,v 1.13 2009/02/10 18:30:44 grange Exp $ # Common files for "make tags". # Included by the Makefile for each architecture. @@ -23,9 +23,12 @@ COMM= $S/altq/*.[ch] \ $S/netbt/*.[ch] \ $S/netinet/*.[ch] \ $S/netinet6/*.[ch] \ + $S/netmpls/*.[ch] \ $S/netnatm/*.[ch] \ $S/nfs/*.[ch] \ + $S/ntfs/*.[ch] \ $S/scsi/*.[ch] \ $S/ufs/*/*.[ch] \ $S/uvm/*.[ch] \ + $S/xfs/*.[ch] \ $S/sys/*.[ch] |