diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-10 00:27:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-10 00:27:57 +0000 |
commit | 69c1361306a3e8ba1331f54b0aad7deae76848c5 (patch) | |
tree | 3fa8adca8a6ac0769d2278ade47725259cc51d82 /Makefile.inc1 | |
parent | 2d9c16b8eae383c192b2e9742f7e69273c74dcaa (diff) | |
download | FreeBSD-src-69c1361306a3e8ba1331f54b0aad7deae76848c5.zip FreeBSD-src-69c1361306a3e8ba1331f54b0aad7deae76848c5.tar.gz |
I don't want to be the only one to use ``cut''. Use ``sed'' instead.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index b7abf1c..f6dd4cd 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.10 1998/09/09 19:30:20 markm Exp $ +# $Id: Makefile.inc1,v 1.11 1998/09/10 00:13:48 obrien Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -807,7 +807,6 @@ build-tools: usr.bin/col \ usr.bin/colldef \ usr.bin/cpp \ - usr.bin/cut \ usr.bin/expand \ usr.bin/file2c \ usr.bin/find \ |