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


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


desc
@orig ver written by bob h for src box
@



1.1
log
@Initial revision
@
text
@
DESTDIR=/interim/usr/dict/

all: american.Z british.Z digrams trigrams local spellhist common Run

american.Z:
	co $(DESTDIR)american
	cd $(DESTDIR) ; compress american

british.Z:
	co $(DESTDIR)british 
	cd $(DESTDIR) ; compress british

digrams:
	co $(DESTDIR)$@@

trigrams:
	co $(DESTDIR)$@@

local:
	touch $(DESTDIR)$@@

spellhist:
	su root /etc/mknod $(DESTDIR)$@@ c 0 0
	su root chmog 666 bin bin $(DESTDIR)$@@

common:
	co $(DESTDIR)$@@
	cd $(DESTDIR) ; compress common	

Run:
	co $(DESTDIR)$@@
	su root chmog 555 bin bin $(DESTDIR)$@@
@
