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


1.3
date     91.03.14.20.37.24;  author bin;  state Exp;
branches ;
next	1.2;

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

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


desc
@initial version provided by steve ness
@


1.3
log
@bob h added chmod chown ...
@
text
@DESTDIR=/f1/bin/

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

find.o:	find.y

@


1.2
log
@bob h added destdir
@
text
@d5 3
@


1.1
log
@Initial revision
@
text
@d1 1
d4 1
a4 1
	cc -O -o find find.o -ly
@
