mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
13 lines
126 B
Makefile
13 lines
126 B
Makefile
.PATH: ${.CURDIR}/..
|
|
|
|
PROG= scp
|
|
BINOWN= root
|
|
|
|
BINMODE?=555
|
|
|
|
BINDIR= /usr/bin
|
|
MAN= scp.1
|
|
|
|
SRCS= scp.c
|
|
|
|
.include <bsd.prog.mk>
|