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