blob: 85a0dafdb663c457ea04ac88b84dffc5cbd578b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# 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"
|