From 8f748848d898db846a1888dd9970b0745c424847 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 10 Sep 1998 00:13:48 +0000 Subject: [PATCH] Add ``usr/bin/cut'' to "build-tools" target. Used in usr.sbin/amd/include/newvers.sh. --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 721867ee99ed..b7abf1cab58c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.9 1998/09/09 17:30:30 markm Exp $ +# $Id: Makefile.inc1,v 1.10 1998/09/09 19:30:20 markm Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -807,6 +807,7 @@ build-tools: usr.bin/col \ usr.bin/colldef \ usr.bin/cpp \ + usr.bin/cut \ usr.bin/expand \ usr.bin/file2c \ usr.bin/find \