diff options
author | 1996-06-29 17:11:40 +0000 | |
---|---|---|
committer | 1996-06-29 17:11:40 +0000 | |
commit | 2608191f1ba43747fcdffabcf673097a53496393 (patch) | |
tree | fb177555acdd28f1c1e5b3abea5ea1bc4feaa5ba | |
parent | make "option" an alias for "options" (diff) | |
download | wireguard-openbsd-2608191f1ba43747fcdffabcf673097a53496393.tar.xz wireguard-openbsd-2608191f1ba43747fcdffabcf673097a53496393.zip |
put ext2fs into tags too.
-rw-r--r-- | sys/kern/Make.tags.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 7c3fadae0d8..ad69e7a5de5 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -12,7 +12,7 @@ COMM= /sys/adosfs/*.[ch] \ /sys/conf/*.[ch] \ /sys/ddb/*.[ch] \ /sys/dev/*.[ch] /sys/dev/*/*.[ch] \ - /sys/gnu/*.[ch] \ + /sys/gnu/ext2fs/*.[ch] \ /sys/isofs/*/*.[ch] \ /sys/kern/*.[ch] \ /sys/lib/libkern/*.[ch] \ |