NetBSD/bin/rcmd/Makefile

15 lines
348 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/06/26 19:10:49 christos Exp $
.include <bsd.own.mk>
# 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>