2004-09-05 12:38:23 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 2004/09/05 08:38:23 manu Exp $
|
2002-08-19 13:56:00 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1997-05-26 18:08:40 +04:00
|
|
|
|
2004-09-05 12:38:23 +04:00
|
|
|
# XXX Unsupported Kerberos options were removed from man page
|
|
|
|
# XXX Don't forget to update the man page if you fix Kerberos
|
1997-05-26 18:08:40 +04:00
|
|
|
PROG= rcmd
|
|
|
|
SRCS= rsh.c
|
1997-10-10 23:47:50 +04:00
|
|
|
CPPFLAGS+=-DIN_RCMD
|
1997-05-26 18:08:40 +04:00
|
|
|
BINOWN= root
|
|
|
|
BINMODE=4555
|
2002-08-19 13:56:00 +04:00
|
|
|
.PATH: ${NETBSDSRCDIR}/usr.bin/rsh
|
1997-05-26 18:08:40 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|