# $Id: Makefile,v 1.1 1997/06/21 23:47:41 wosch Exp wosch $
PREFIX?= /usr/local
MANDIR= ${PREFIX}/man/man
MAN1= rshell.1
MLINKS= rshell.1 rcopy.1
LINKS= ${PREFIX}/bin/rshell ${PREFIX}/bin/rcopy
NOOBJ= yes
beforeinstall:
install -c rshell.pl ${PREFIX}/bin/rshell
install -c -m 444 dot.rshellrc ${PREFIX}/share
.include <bsd.prog.mk>