mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01: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>
|