NetBSD-5.0.2/bin/rcmd/Makefile

#	$NetBSD: Makefile,v 1.11 2007/05/28 12:06:17 tls Exp $

.include <bsd.own.mk>

USE_FORT?=yes	# setuid
# XXX Unsupported Kerberos options were removed from man page
# XXX Don't forget to update the man page if you fix Kerberos
PROG=	rcmd
SRCS=	rsh.c getport.c
CPPFLAGS+=-DIN_RCMD
BINOWN=	root
BINMODE=4555
.PATH:	${NETBSDSRCDIR}/usr.bin/rsh

.include <bsd.prog.mk>