1 1.17 thorpej # $NetBSD: Makefile,v 1.17 2000/06/20 06:00:27 thorpej Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 7/19/93 3 1.1 cgd 4 1.1 cgd PROG= rcp 5 1.5 cgd SRCS= rcp.c util.c 6 1.15 thorpej 7 1.17 thorpej # XXX Kerberos support broken right now. 8 1.17 thorpej 9 1.17 thorpej #RLOGIN= ${.CURDIR}/../../usr.bin/rlogin 10 1.17 thorpej #SRCS+= krcmd.c kcmd.c 11 1.17 thorpej #CPPFLAGS+= -DKERBEROS -DCRYPT -I${RLOGIN} 12 1.17 thorpej 13 1.17 thorpej #LDADD+= -lkrb -ldes 14 1.17 thorpej #DPADD+= ${LIBKRB} ${LIBDES} 15 1.17 thorpej 16 1.17 thorpej #.PATH: ${RLOGIN} 17 1.1 cgd 18 1.1 cgd .include <bsd.prog.mk> 19