diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 05:59:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 05:59:19 +0000 |
commit | 59358b9cf98ad760dfc0e631433356978cbfe2bf (patch) | |
tree | 6e18765eaf0dbf3c548d3367d490412548057e40 /sysutils/Makefile | |
parent | e05cf51cb472f15af5576dccc1fc945f7012c44d (diff) | |
download | ports-59358b9cf98ad760dfc0e631433356978cbfe2bf.tar.gz ports-59358b9cf98ad760dfc0e631433356978cbfe2bf.zip |
Notes
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ff2c535e51b3..cd7a15e1cd6c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += yawho SUBDIR += LPRng SUBDIR += abck @@ -23,7 +22,7 @@ SUBDIR += clockspeed SUBDIR += colorize SUBDIR += comconsole - SUBDIR += consolehm + SUBDIR += consolehm SUBDIR += contool SUBDIR += copytape SUBDIR += cpbk @@ -124,17 +123,17 @@ SUBDIR += prips SUBDIR += procmap SUBDIR += pslist - SUBDIR += pstree SUBDIR += psmisc + SUBDIR += pstree SUBDIR += pwgen SUBDIR += pyfind SUBDIR += qtpkg SUBDIR += rdate - SUBDIR += rotate - SUBDIR += rtty SUBDIR += readlink SUBDIR += rmonitor SUBDIR += roottail + SUBDIR += rotate + SUBDIR += rtty SUBDIR += ruby-application.rb SUBDIR += ruby-quota SUBDIR += ruby-syslog @@ -203,5 +202,6 @@ SUBDIR += xw SUBDIR += xwatch SUBDIR += xwipower + SUBDIR += yawho .include <bsd.port.subdir.mk> |