Sync some manuals from bin & sbin with NetBSD-8
[minix.git] / bin / rcmd / Makefile
blob343d57b04c1f80374460e02f92a148e28cbadff8
1 # $NetBSD: Makefile,v 1.11 2007/05/28 12:06:17 tls Exp $
3 .include <bsd.own.mk>
5 USE_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
8 PROG= rcmd
9 SRCS= rsh.c getport.c
10 CPPFLAGS+=-DIN_RCMD
11 BINOWN= root
12 BINMODE=4555
13 .PATH: ${NETBSDSRCDIR}/usr.bin/rsh
15 .include <bsd.prog.mk>