
SCRIPTS = domake netinstall tape
INSTALLDIR = ../../../bin

all:

install:
	cp $(SCRIPTS) $(INSTALLDIR)

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

build:
	buildmake

xbuild:
	buildmake -DX=1
