Expand PMF_FN_* macros.
[netbsd-mini2440.git] / bin / rcmd / Makefile
blob4fba8121fc66da7488cf34979353bce16d0655ee
1 # $NetBSD: Makefile,v 1.10 2005/06/26 19:10:49 christos Exp $
3 .include <bsd.own.mk>
5 USE_FORT?=yes # setuid
6 # XXX Unsupported Kerberos options were removed from man page
7 # XXX Don't forget to update the man page if you fix Kerberos
8 PROG= rcmd
9 SRCS= rsh.c getport.c
10 CPPFLAGS+=-DIN_RCMD
11 BINOWN= root
12 BINMODE=4555
13 .PATH: ${NETBSDSRCDIR}/usr.bin/rsh
15 .include <bsd.prog.mk>