Makefile revision 140909
1#	@(#)Makefile	8.1 (Berkeley) 7/19/93
2# $FreeBSD: head/usr.bin/rsh/Makefile 140909 2005-01-27 14:52:47Z delphij $
3
4PROG=	rsh
5CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
6
7BINOWN=	root
8BINMODE=4555
9PRECIOUSPROG=
10
11.include <bsd.prog.mk>
12