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