]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/rsh/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>