NetBSD/bin/rcmd/Makefile

16 lines
355 B
Makefile
Raw Normal View History

2004-10-16 22:07:16 +04:00
# $NetBSD: Makefile,v 1.9 2004/10/16 18:07:16 christos Exp $
.include <bsd.own.mk>
1997-05-26 18:08:40 +04:00
2004-10-16 22:07:16 +04:00
WARNS=3
# 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>