From 49662693d9f1e004b037bebf6cc4663e64ae7baa Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 6 Oct 1996 02:35:38 +0000 Subject: Merge in NetBSD's changes to make(1). Changes include: - Add the .PHONY, .PARALLEL, and .WAIT directives - Added the -B and -m commandline flags - misc. man page cleanups - numerous job-related enhancements - removed unused header file (bit.h) - add util.c for functions not found in other envs. - and a few coordinated whitespace changes Special thanks to Christos Zoulas for help in the merge. A 'diff -ur' between Net and FreeBSD now only contains sccsid-related diffs. :) Obtained from: NetBSD, christos@netbsd.org, and me --- usr.bin/make/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make/hash.h') diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index ebc30e1..22e6b25 100644 --- a/usr.bin/make/hash.h +++ b/usr.bin/make/hash.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)hash.h 8.1 (Berkeley) 6/6/93 + * from: @(#)hash.h 8.1 (Berkeley) 6/6/93 */ /* hash.h -- -- cgit v1.1