Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/28/1998 14:30:01
christos
Sat Mar 28 17:29:04 EST 1998
Update of /cvsroot/src/usr.bin/make
In directory nb00:/tmp/cvs-serv481

Modified Files:
	main.c 
Log Message:
PR/5225: Jason Thorpe: make with -j 4 and subdirs core-dumps.
This revealed another long standing problem with pmake's port to bsd.
.MAKE was not set as the manual page states. Set it and remove another
typo in my last commit.