1 1.11 christos # $NetBSD: Makefile,v 1.11 1997/07/20 22:37:47 christos 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.6 mycroft 7 1.6 mycroft .if defined(KERBEROS) 8 1.8 gwr .PATH: ${.CURDIR}/../../usr.bin/rlogin 9 1.6 mycroft SRCS+= krcmd.c kcmd.c 10 1.6 mycroft CFLAGS+=-DKERBEROS -DCRYPT 11 1.6 mycroft LDADD+= -lkrb -ldes 12 1.6 mycroft DPADD+= ${LIBKRB} ${LIBDES} 13 1.6 mycroft .endif 14 1.1 cgd 15 1.1 cgd .include <bsd.prog.mk> 16