diff options
author | ru <ru@FreeBSD.org> | 2007-12-20 16:40:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-12-20 16:40:25 +0000 |
commit | 97f09b17994ef2441ee335dc6b6c9669db8e894e (patch) | |
tree | 9c2f64e8ea1e03c9365f06d115a29e76e0781c74 /usr.bin/Makefile | |
parent | 54921e12e39b5337d07e5ee0a2a188c43505cc69 (diff) | |
download | FreeBSD-src-97f09b17994ef2441ee335dc6b6c9669db8e894e.zip FreeBSD-src-97f09b17994ef2441ee335dc6b6c9669db8e894e.tar.gz |
Fix disorder introduced in previous commit.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 99e4291..39ea150 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -116,8 +116,8 @@ SUBDIR= alias \ make \ makewhatis \ mesg \ - ministat \ minigzip \ + ministat \ mkdep \ mkfifo \ mklocale \ |