CFLAGS= -O -DULTRIX_11
DEST=	/usr/local/etc
OBJECTS=	dir.o getfile.o interact.o rstr.o
VPATH= ..

1024restor: $(OBJECTS)
	cc -o 1024restor $(OBJECTS)

install: $(DEST)/1024restor

$(DEST)/1024restor: 1024restor
	install -c -s -m 4750 -o root -g operator 1024restor $(DEST)

clean:
	rm -f $(OBJECTS) 1024restor

$(OBJECTS): rstr.h
