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