Home | History | Annotate | Line # | Download | only in rcmd
Makefile revision 1.6.2.1
      1  1.6.2.1        he #	$NetBSD: Makefile,v 1.6.2.1 2004/11/12 10:37:56 he Exp $
      2      1.6     lukem 
      3      1.6     lukem .include <bsd.own.mk>
      4      1.2       mrg 
      5      1.2       mrg PROG=	rcmd
      6  1.6.2.1        he SRCS=	rsh.c getport.c
      7      1.5  christos CPPFLAGS+=-DIN_RCMD
      8      1.2       mrg BINOWN=	root
      9      1.2       mrg BINMODE=4555
     10      1.6     lukem .PATH:	${NETBSDSRCDIR}/usr.bin/rsh
     11      1.2       mrg 
     12      1.2       mrg .include <bsd.prog.mk>
     13