1# $NetBSD: Makefile,v 1.11 2007/05/28 12:06:17 tls Exp $ 2 3.include <bsd.own.mk> 4 5USE_FORT?=yes # setuid 6# XXX Unsupported Kerberos options were removed from man page 7# XXX Don't forget to update the man page if you fix Kerberos 8PROG= rcmd 9SRCS= rsh.c getport.c 10CPPFLAGS+=-DIN_RCMD 11BINOWN= root 12BINMODE=4555 13.PATH: ${NETBSDSRCDIR}/usr.bin/rsh 14 15.include <bsd.prog.mk> 16