1 1.15 thorpej # $NetBSD: Makefile,v 1.15 1999/07/12 22:04:21 thorpej Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 7/19/93 3 1.1 cgd 4 1.15 thorpej SRCTOP= ../.. 5 1.15 thorpej .include <bsd.crypto.mk> 6 1.15 thorpej 7 1.1 cgd PROG= rcp 8 1.5 cgd SRCS= rcp.c util.c 9 1.15 thorpej 10 1.15 thorpej .if defined(CRYPTOPATH) 11 1.15 thorpej .include "${CRYPTOPATH}/bin/rcp/Makefile.frag" 12 1.15 thorpej .endif 13 1.1 cgd 14 1.1 cgd .include <bsd.prog.mk> 15