1 1.14.6.1 minoura # $NetBSD: Makefile,v 1.14.6.1 2000/06/23 16:39:52 minoura 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.5 cgd #INSTALLFLAGS=-fschg 10 1.13 thorpej 11 1.14.6.1 minoura # XXX Kerberos support broken right now. 12 1.14.6.1 minoura 13 1.14.6.1 minoura #SRCS+= kcmd.c 14 1.14.6.1 minoura #CPPFLAGS+=-DKERBEROS -DCRYPT 15 1.14.6.1 minoura 16 1.14.6.1 minoura #DPADD+= ${LIBKSTREAM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} 17 1.14.6.1 minoura #LDADD+= -lkstream -lkrb -ldes -lcom_err 18 1.1 cgd 19 1.1 cgd .include <bsd.prog.mk> 20