1 1.16 simonb # $NetBSD: Makefile,v 1.16 2000/10/18 00:24:19 simonb Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 7/19/93 3 1.1 cgd 4 1.1 cgd PROG= rlogin 5 1.1 cgd SRCS= rlogin.c 6 1.9 mikel 7 1.1 cgd BINOWN= root 8 1.1 cgd BINMODE=4555 9 1.13 thorpej 10 1.15 thorpej # XXX Kerberos support broken right now. 11 1.15 thorpej 12 1.15 thorpej #SRCS+= kcmd.c 13 1.15 thorpej #CPPFLAGS+=-DKERBEROS -DCRYPT 14 1.15 thorpej 15 1.15 thorpej #DPADD+= ${LIBKSTREAM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} 16 1.15 thorpej #LDADD+= -lkstream -lkrb -ldes -lcom_err 17 1.1 cgd 18 1.1 cgd .include <bsd.prog.mk> 19