8 lines
165 B
Makefile
8 lines
165 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
MASTERDIR= ${.CURDIR}/../frei0r
|
|
|
|
BUILDING_FREI0R_GAVL= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|