Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2004/10/16 09:58:38 dan 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