1 1.25 lukem # $NetBSD: Makefile,v 1.25 2009/02/14 08:31:13 lukem Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 7/19/93 3 1.1 cgd 4 1.25 lukem WARNS=3 5 1.25 lukem 6 1.18 thorpej .include <bsd.own.mk> 7 1.18 thorpej 8 1.19 tv PROG= rcp 9 1.19 tv SRCS= rcp.c util.c 10 1.18 thorpej 11 1.1 cgd .include <bsd.prog.mk> 12