]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/rsh/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.bin / rsh / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2 # $FreeBSD$
3
4 PROG=   rsh
5 CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
6
7 BINOWN= root
8 BINMODE=4555
9 PRECIOUSPROG=
10
11 .include <bsd.prog.mk>