head     1.1;
access   ;
symbols  ;
locks    bin:1.1;
comment  @@;


1.1
date     91.04.23.18.07.37;  author bin;  state Exp;
branches ;
next	;


desc
@init ver by bob h.

@



1.1
log
@Initial revision
@
text
@# this makefile simply copies some text files to usr/pub.

DESTDIR=/interim/usr/pub/

ALL: phonebook ascii rs232
     >all

phonebook:
	co $(DESTDIR)$@@

ascii:
	co $(DESTDIR)$@@

rs232:
	co $(DESTDIR)$@@
@
