preboot:
		cd misc; make preboot
		cd pem; make preboot

boot0:
		cd misc; make boot0
		cd int; make boot0

bootI:
		cd misc; make bootIa
		cd ass; make bootI
		cd opt; make bootI
		cd libpr; make bootI
		cd pem; make bootI
		cd misc; make bootIb

testI:
		cd test; rm -f pc; ln ../misc/pcboot pc
		cd test; rm -f em1; ln ../misc/em1boot em1
		cd test; make testI
		cd test; rm -f pc em1

cpI:
		cd misc; make pc em1
		cd misc; make cpI
		cd ass; make cpI
		cd opt; make cpI
		cd libpr; make cpI
		cd pem; make cpI
		cd etc; make cpI
		cd int; make all

bootC:
		cd pdp; make bootC
		cd libem; make bootC
		cd libpr; make bootC
		cd pem; make bootC
		cd misc; make bootC

testC:
		cd test; rm -f pc; ln ../misc/pcboot pc
		cd test; make testC
		cd test; rm -f pc

cpC:
		cd misc; make cpC
		cd pem; make cpC
		cd pdp; make cpC
		cd libpr; make cpC
		cd libem; make cpC

libI:
		cd libpc; make cpI
		cd libmon; make cpI

libC:
		cd libpc; make cpC
		cd libmon; make cpC
