diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-06-03 19:35:47 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-06-03 19:35:47 +0000 |
commit | d51f0e62ad0ff27b1aff2e922c0129e1e0c012c1 (patch) | |
tree | feec59f3e8cbb1be1ae0e064091b5635afd434cd /sys/kern | |
parent | 28f972b8c8432dd58fd37962a23defdfdeb407d3 (diff) |
xfs -> nnpfs
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/Make.tags.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index f1cafe2ae06..ef499b929f8 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Make.tags.inc,v 1.13 2009/02/10 18:30:44 grange Exp $ +# $OpenBSD: Make.tags.inc,v 1.14 2009/06/03 19:35:46 thib Exp $ # Common files for "make tags". # Included by the Makefile for each architecture. @@ -30,5 +30,5 @@ COMM= $S/altq/*.[ch] \ $S/scsi/*.[ch] \ $S/ufs/*/*.[ch] \ $S/uvm/*.[ch] \ - $S/xfs/*.[ch] \ + $S/nnpfs/*.[ch] \ $S/sys/*.[ch] |