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


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


desc
@written by bob h.
@



1.1
log
@Initial revision
@
text
@DESTDIR=/interim/bin/

conv:	conv.o	
	cc -O -o $(DESTDIR)conv conv.o -ly
	su root chown bin $(DESTDIR)$@@
	su root chgrp bin $(DESTDIR)$@@
	su root chmod 511 $(DESTDIR)$@@
	rm conv.o y.tab.h

conv.o:	conv.y

@
