NetBSD/bin/rcmd/Makefile

16 lines
366 B
Makefile
Raw Normal View History

2007-05-28 16:06:17 +04:00
# $NetBSD: Makefile,v 1.11 2007/05/28 12:06:17 tls Exp $
.include <bsd.own.mk>
1997-05-26 18:08:40 +04:00
2007-05-28 16:06:17 +04:00
USE_FORT?=yes # setuid
# 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 getport.c
1997-10-10 23:47:50 +04:00
CPPFLAGS+=-DIN_RCMD
1997-05-26 18:08:40 +04:00
BINOWN= root
BINMODE=4555
.PATH: ${NETBSDSRCDIR}/usr.bin/rsh
1997-05-26 18:08:40 +04:00
.include <bsd.prog.mk>