diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-17 01:30:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-17 01:30:15 +0000 |
commit | 4a2e1af213351825dec4a2a4ce15225bce3259ab (patch) | |
tree | 103209f576fa7574daa3024ee1a456428c326886 /sysutils/Makefile | |
parent | 6984f7b2cb9c3eab761d01f30c86de5d7b89ef73 (diff) |
Add coreutils, port of basic GNU file, shell and text manipulation utilities.
This port replaces fileutils, shellutils and textutils, which were distributed
as three individual sets, but now have been combined into coreutils.
For more details, see http://www.gnu.org/software/coreutils/
PR: ports/59422
Submitted by: Jason Harris <jharris@widomaker.com>
Notes
Notes:
svn path=/head/; revision=95993
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 725c515b7780..d4ae4617c421 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -58,6 +58,7 @@ SUBDIR += consolehm SUBDIR += contool SUBDIR += copytape + SUBDIR += coreutils SUBDIR += cotty SUBDIR += cpbk SUBDIR += cpdup |