
SCRIPTS = domake netinstall makebuildfile makeV co-all lint68 lintvax
INSTALLDIR = /usr/local/bin

all:

install:
	cd $(INSTALLDIR) ; rm -f $(SCRIPTS)
	cp $(SCRIPTS) $(INSTALLDIR)
	rsh gregorio 'cd $(INSTALLDIR) ; rm -f $(SCRIPTS)'
	rcp $(SCRIPTS) gregorio:$(INSTALLDIR)

clean:
	rm -f *BAK *CKP 
cleanbak:
	rm -f *BAK *CKP

build:
	buildmake

xbuild:
	buildmake -DX=1
