mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
11 lines
170 B
Makefile
11 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openssh
|
|
PKGNAMESUFFIX= -portable-base
|
|
|
|
MASTERDIR= ${.CURDIR}/../openssh-portable
|
|
|
|
OPTIONS_SLAVE= OVERWRITE_BASE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|