head     1.2;
branch   ;
access   ;
symbols  ;
locks    bin:1.2;
comment  @@;


1.2
date     93.06.18.10.04.16;  author bin;  state Exp;
branches ;
next     1.1;

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


desc
@written by bob h.
@


1.2
log
@*** empty log message ***
@
text
@DESTDIR=/bin386/bin/

expr:	expr.o	
	cc -O -o $(DESTDIR)expr expr.o -ly
	su root chown bin $(DESTDIR)expr
	su root chgrp bin $(DESTDIR)expr
	su root chmod 511 $(DESTDIR)expr

expr.o:	expr.y

@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
DESTDIR=/interim/bin/
d5 3
a7 3
	su root chown bin $(DESTDIR)$@@
	su root chgrp bin $(DESTDIR)$@@
	su root chmod 511 $(DESTDIR)$@@
@
