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