9 lines
147 B
Makefile
9 lines
147 B
Makefile
|
# Created by: Nik Clayton <nik@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
WITHOUT_X11= yes
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../ghostscript7
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|