12 lines
217 B
Makefile
12 lines
217 B
Makefile
|
# New ports collection makefile for: ssh2-nox11
|
||
|
# Date created: 12 April 2004
|
||
|
# Whom: marius@alchemy.franken.de
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../ssh2
|
||
|
WITHOUT_X11= yes
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|