Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.bin / rlogin / Makefile
blob17d0fc46e93a47fb362762b80a488ee45749ecc7
1 # $NetBSD: Makefile,v 1.21 2007/05/28 12:06:30 tls Exp $
2 # @(#)Makefile 8.1 (Berkeley) 7/19/93
4 USE_FORT?= yes # setuid
6 PROG= rlogin
7 SRCS= rlogin.c getport.c
9 .PATH.c: ${.CURDIR}/../rsh
10 CPPFLAGS+=-I${.CURDIR}/../rsh
12 BINOWN= root
13 BINMODE=4555
15 .include <bsd.prog.mk>