mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
16 lines
196 B
Makefile
16 lines
196 B
Makefile
# $OpenBSD: Makefile,v 1.13 2001/05/03 23:09:55 mouring Exp $
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
PROG= scp
|
|
BINOWN= root
|
|
|
|
BINMODE?=555
|
|
|
|
BINDIR= /usr/bin
|
|
MAN= scp.1
|
|
|
|
SRCS= scp.c misc.c
|
|
|
|
.include <bsd.prog.mk>
|