Makefile revision 1.7
1# $NetBSD: Makefile,v 1.7 2004/09/05 08:38:23 manu 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 9CPPFLAGS+=-DIN_RCMD 10BINOWN= root 11BINMODE=4555 12.PATH: ${NETBSDSRCDIR}/usr.bin/rsh 13 14.include <bsd.prog.mk> 15