mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
8 lines
148 B
Makefile
8 lines
148 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../cppcheck
|
|
|
|
GUI_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|