NetBSD/bin/rcmd/Makefile

16 lines
355 B
Makefile

# $NetBSD: Makefile,v 1.9 2004/10/16 18:07:16 christos Exp $
.include <bsd.own.mk>
WARNS=3
# 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>