blob: ff6baa43a33e3b10c34344021c68f722092d3b60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: Makefile,v 1.18 2017/12/10 19:37:57 deraadt Exp $
.PATH: ${.CURDIR}/..
SRCS= scp.c
SRCS+= atomicio.c cleanup.c fatal.c log.c misc.c progressmeter.c \
sshbuf-getput-basic.c sshbuf.c ssherr.c uidswap.c utf8.c xmalloc.c
PROG= scp
BINOWN= root
BINMODE?=555
BINDIR= /usr/bin
.include <bsd.prog.mk>
|