summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/scp/Makefile')
-rw-r--r--usr.bin/ssh/scp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp/Makefile b/usr.bin/ssh/scp/Makefile
index ff6baa43a33..0e5aaeda70c 100644
--- a/usr.bin/ssh/scp/Makefile
+++ b/usr.bin/ssh/scp/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.18 2017/12/10 19:37:57 deraadt Exp $
+# $OpenBSD: Makefile,v 1.19 2018/01/08 15:21:49 markus 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
+ sshbuf-getput-basic.c sshbuf.c ssherr.c utf8.c xmalloc.c
PROG= scp
BINOWN= root