mirror of
https://github.com/openssh/libopenssh
synced 2026-04-17 10:16:53 +00:00
16 lines
188 B
Makefile
16 lines
188 B
Makefile
# $OpenBSD: Makefile,v 1.16 2003/01/12 16:59:14 markus Exp $
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
PROG= scp
|
|
BINOWN= root
|
|
|
|
BINMODE?=555
|
|
|
|
BINDIR= /usr/bin
|
|
MAN= scp.1
|
|
|
|
SRCS= scp.c
|
|
|
|
.include <bsd.prog.mk>
|