12 lines
265 B
Makefile
12 lines
265 B
Makefile
|
# New ports collection makefile for: open-vm-tools-nox11
|
||
|
# Date created: 16 Mai 2008
|
||
|
# Whom: Martin Blapp <mb@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../open-vm-tools
|
||
|
WITHOUT_X11= yes
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|