diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-06-29 17:11:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-06-29 17:11:41 +0000 |
commit | c8cd3e983065379817692c39bebb6f5f3e05f0da (patch) | |
tree | 86939a54292c12d0aab2db280732b4d63a50e412 | |
parent | fe27f6178d9e19f55b8912e43040f3d98a26e1fa (diff) |
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] \ |