Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/22/1999 06:05:06
Module Name:	src
Committed By:	simonb
Date:		Fri Jan 22 14:05:06 UTC 1999

Modified Files:
	src/sys/arch/pmax/stand: Makefile.booters Makefile.inc
	src/sys/arch/pmax/stand/libsa: Makefile callvec.c devopen.c getenv.c
	    gets.c strcat.c strcmp.c strcpy.c ufs.c
	src/sys/arch/pmax/stand/scsiboot: Makefile boot.c conf.c mkboot.c
	    mkboottape.c rz.c start.S
Removed Files:
	src/sys/arch/pmax/stand: dec_boot.h dec_exec.h dec_prom.h
Log Message:
More Makefile cleanups:
+ Don't use our own "clean" and "depend" targets
+ "make depend" works
+ Only include each include path once on compile lines
+ Clean up include file names
+ Don't build a separate libdrive.a, just specify driver source files
+ Use "make print-objdir" instead of old "printf ... | make -f-"
+ Remove more unnecessary targets, variables and other cruft

Still builds identical bootblocks to 1.3.3 with gcc, still too large
with egcs.

dec_boot.h, dec_exec.h & dec_prom.h were copied via respository
copy to sys/arch/pmax/stand/libsa.