xref: /netbsd-src/bin/rcp/Makefile (revision 46b57afcf735a2ad3cff6a98b03142cb4256d4e9)
1#	$NetBSD: Makefile,v 1.25 2009/02/14 08:31:13 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 7/19/93
3
4WARNS=3
5
6.include <bsd.own.mk>
7
8PROG=		rcp
9SRCS=		rcp.c util.c
10
11.include <bsd.prog.mk>
12