11 lines
203 B
Makefile
11 lines
203 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../mtr
|
|
|
|
OPTIONS_EXCLUDE=X11
|
|
OPTIONS_FILE_UNSET= X11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|