Home | History | Annotate | Line # | Download | only in rcmd
Makefile revision 1.7
      1  1.7      manu #	$NetBSD: Makefile,v 1.7 2004/09/05 08:38:23 manu Exp $
      2  1.6     lukem 
      3  1.6     lukem .include <bsd.own.mk>
      4  1.2       mrg 
      5  1.7      manu # XXX Unsupported Kerberos options were removed from man page
      6  1.7      manu # XXX Don't forget to update the man page if you fix Kerberos
      7  1.2       mrg PROG=	rcmd
      8  1.2       mrg SRCS=	rsh.c
      9  1.5  christos CPPFLAGS+=-DIN_RCMD
     10  1.2       mrg BINOWN=	root
     11  1.2       mrg BINMODE=4555
     12  1.6     lukem .PATH:	${NETBSDSRCDIR}/usr.bin/rsh
     13  1.2       mrg 
     14  1.2       mrg .include <bsd.prog.mk>
     15