10 lines
179 B
Makefile
10 lines
179 B
Makefile
# $NetBSD: Makefile,v 1.24 2006/03/20 04:03:10 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= rcp
|
|
SRCS= rcp.c util.c
|
|
|
|
.include <bsd.prog.mk>
|