NetBSD/bin/rcp/Makefile

15 lines
269 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 1999/07/20 09:35:19 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
1993-03-21 12:45:37 +03:00
1999-07-13 02:04:09 +04:00
SRCTOP= ../..
.include <bsd.crypto.mk>
1993-03-21 12:45:37 +03:00
PROG= rcp
SRCS= rcp.c util.c
1995-03-23 11:46:35 +03:00
1999-07-13 02:04:09 +04:00
.if defined(CRYPTOPATH)
.sinclude "${CRYPTOPATH}/bin/rcp/Makefile.frag"
1999-07-13 02:04:09 +04:00
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>