diff options
Diffstat (limited to 'security/ssh2-nox11/Makefile')
-rw-r--r-- | security/ssh2-nox11/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/ssh2-nox11/Makefile b/security/ssh2-nox11/Makefile new file mode 100644 index 000000000000..85a0dafdb663 --- /dev/null +++ b/security/ssh2-nox11/Makefile @@ -0,0 +1,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" |