10 lines
170 B
Makefile
10 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openssh
|
|
PKGNAMESUFFIX= -portable-base
|
|
|
|
MASTERDIR= ${.CURDIR}/../openssh-portable
|
|
|
|
OPTIONS_SLAVE= OVERWRITE_BASE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|