1# $NetBSD: Makefile,v 1.1 2009/06/07 22:38:45 christos Exp $ 2 3BINDIR=/usr/bin 4 5PROG= scp 6SRCS= scp.c 7 8.include <bsd.prog.mk> 9