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