572f2a416a
- Trim Makefile headers Approved by: makc, avilla (mentors, implicit) Feature safe: yes
7 lines
154 B
Makefile
7 lines
154 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
_BUILDING_OPENCV_PYTHON= yes
|
|
MASTERDIR= ${.CURDIR}/../opencv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|