Makefile revision 1.10
1# $NetBSD: Makefile,v 1.10 2005/06/26 19:10:49 christos Exp $ 2 3.include <bsd.own.mk> 4 5# XXX Unsupported Kerberos options were removed from man page 6# XXX Don't forget to update the man page if you fix Kerberos 7PROG= rcmd 8SRCS= rsh.c getport.c 9CPPFLAGS+=-DIN_RCMD 10BINOWN= root 11BINMODE=4555 12.PATH: ${NETBSDSRCDIR}/usr.bin/rsh 13 14.include <bsd.prog.mk> 15