1 1.21 tls # $NetBSD: Makefile,v 1.21 2007/05/28 12:06:30 tls Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 7/19/93 3 1.1 cgd 4 1.21 tls USE_FORT?= yes # setuid 5 1.21 tls 6 1.1 cgd PROG= rlogin 7 1.19 christos SRCS= rlogin.c getport.c 8 1.19 christos WARNS= 3 9 1.19 christos 10 1.19 christos .PATH.c: ${.CURDIR}/../rsh 11 1.19 christos CPPFLAGS+=-I${.CURDIR}/../rsh 12 1.9 mikel 13 1.1 cgd BINOWN= root 14 1.1 cgd BINMODE=4555 15 1.13 thorpej 16 1.1 cgd .include <bsd.prog.mk> 17