1 1.19 christos # $NetBSD: Makefile,v 1.19 2004/10/16 02:03:54 christos Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 7/19/93 3 1.1 cgd 4 1.1 cgd PROG= rlogin 5 1.19 christos SRCS= rlogin.c getport.c 6 1.19 christos WARNS= 3 7 1.19 christos 8 1.19 christos .PATH.c: ${.CURDIR}/../rsh 9 1.19 christos CPPFLAGS+=-I${.CURDIR}/../rsh 10 1.9 mikel 11 1.1 cgd BINOWN= root 12 1.1 cgd BINMODE=4555 13 1.13 thorpej 14 1.15 thorpej # XXX Kerberos support broken right now. 15 1.18 manu # XXX Unsupported Kerberos options were removed from man page 16 1.18 manu # XXX Don't forget to update the man page if you fix Kerberos 17 1.15 thorpej 18 1.15 thorpej #SRCS+= kcmd.c 19 1.15 thorpej #CPPFLAGS+=-DKERBEROS -DCRYPT 20 1.15 thorpej 21 1.15 thorpej #DPADD+= ${LIBKSTREAM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} 22 1.15 thorpej #LDADD+= -lkstream -lkrb -ldes -lcom_err 23 1.1 cgd 24 1.1 cgd .include <bsd.prog.mk> 25