diff options
author | ru <ru@FreeBSD.org> | 2006-10-05 13:42:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-10-05 13:42:30 +0000 |
commit | ef1fe41dc3c511a8d3f0b53277b4948bf75de62b (patch) | |
tree | 6bcf8865b4417af5b6216276d78484aebd02a53f | |
parent | 7a91122c5141003a63147fb357fef8c34a9431c7 (diff) | |
download | FreeBSD-src-ef1fe41dc3c511a8d3f0b53277b4948bf75de62b.zip FreeBSD-src-ef1fe41dc3c511a8d3f0b53277b4948bf75de62b.tar.gz |
Sort SUBDIR.
-rw-r--r-- | share/doc/papers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/Makefile b/share/doc/papers/Makefile index eeaf63f..866fe20 100644 --- a/share/doc/papers/Makefile +++ b/share/doc/papers/Makefile @@ -5,8 +5,8 @@ SUBDIR= beyond4.3 \ contents \ devfs \ diskperf \ - hwpmc \ fsinterface \ + hwpmc \ jail \ kernmalloc \ kerntune \ |