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


1.4
date     91.03.15.18.03.27;  author bin;  state Exp;
branches ;
next	1.3;

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

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

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


desc
@initial version provided by steve ness
@


1.4
log
@*** empty log message ***
@
text
@# /usr/src/cmd/test/Makefile 2/20/91
DESTDIR=/interim/bin/

test:	test.o
	cc -O -i -o $(DESTDIR)$@@ $< -ly
	su root chown bin $(DESTDIR)test
	su root chown bin $(DESTDIR)test
	su root chmod 511 $(DESTDIR)test
	su root ln -f $(DESTDIR)test $(DESTDIR)[
test.o:	test.y testnode.h

# end of /usr/src/cmd/test/Makefile
@


1.3
log
@bob h added destdir
@
text
@d2 1
a2 1
DESTDIR=/f1/bin/
d9 1
a9 1
	su root ln $(DESTDIR)test $(DESTDIR)[
@


1.2
log
@updated version provided by stevesf for v311
@
text
@d2 1
d5 6
a10 1
	cc -O -i -o $@@ $< -ly
a11 2
test.o:	test.y testnode.h

@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# /usr.src/cmd/test/Makefile 1/23/90
d3 2
a4 3
test:	test.o testnode.h
	cc -O -i -o $@@ test.o -ly
	rm test.o y.tab.h
d6 3
a8 1
test.o:	test.y
@
