diff options
author | ru <ru@FreeBSD.org> | 2001-10-25 07:55:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-25 07:55:43 +0000 |
commit | a6e3708f4182860dd1818dfb511eb5a28a2bcc74 (patch) | |
tree | 3a82e7927603c7b291aa2f2f50f94485880c553e /sbin/Makefile | |
parent | 3f8bab2d9583ac70f7910f418051b3902d790de8 (diff) | |
download | FreeBSD-src-a6e3708f4182860dd1818dfb511eb5a28a2bcc74.zip FreeBSD-src-a6e3708f4182860dd1818dfb511eb5a28a2bcc74.tar.gz |
Sort SUBDIR.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index c0b09a2..d33d80c 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -76,8 +76,8 @@ SUBDIR= adjkerntz \ slattach \ spppcontrol \ startslip \ - sysctl \ swapon \ + sysctl \ tunefs \ umount \ vinum |