head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	92.11.13.11.15.27;	author md;	state Exp;
branches;
next	1.2;

1.2
date	91.07.09.13.33.33;	author md;	state Exp;
branches;
next	1.1;

1.1
date	91.07.09.13.32.29;	author rayan;	state Exp;
branches;
next	;


desc
@aos
@


1.3
log
@strip binary produced
@
text
@#
# 5799-WZQ (C) COPYRIGHT IBM CORPORATION 1986,1987,1988
# LICENSED MATERIALS - PROPERTY OF IBM
# REFER TO COPYRIGHT INSTRUCTIONS FORM NUMBER G120-2083
#
# $Header: /sys/dist/usr/ucb/RCS/Makefile,v 1.2 1991/07/09 13:33:33 md Exp md $ 
# $ACIS:Makefile 12.0$ 
# $Source: /sys/dist/usr/ucb/RCS/Makefile,v $ 
#
# makefile for miniroot tools
#
ALL = rsh
all: ${ALL}

rsh.o: /usr/src/usr.bin/rsh/rsh.c
	${CC} -O -DNONFS -c /usr/src/usr.bin/rsh/rsh.c

rsh: rsh.o
	${CC} rsh.o -o rsh
	strip rsh

clean:
	rm -f ${ALL} *.o
@


1.2
log
@checkpoint -md
@
text
@d6 1
a6 1
# $Header: /usr/src/sys/dist/usr/ucb/RCS/Makefile,v 1.1 91/07/09 13:32:29 rayan Exp $ 
d8 1
a8 1
# $Source: /usr/src/sys/dist/usr/ucb/RCS/Makefile,v $ 
d20 1
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Header:Makefile 12.0$ 
d8 1
a8 1
# $Source: /ibm/acis/usr/sys/dist/usr/ucb/RCS/Makefile,v $ 
d15 2
a16 2
rsh.o: /usr/src/ucb/rsh.c
	${CC} -O -DNONFS -c /usr/src/ucb/rsh.c
@
