Home | History | Annotate | Line # | Download | only in rcmd
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
      7 PROG=	rcmd
      8 SRCS=	rsh.c
      9 CPPFLAGS+=-DIN_RCMD
     10 BINOWN=	root
     11 BINMODE=4555
     12 .PATH:	${NETBSDSRCDIR}/usr.bin/rsh
     13 
     14 .include <bsd.prog.mk>
     15