aboutsummaryrefslogtreecommitdiff
path: root/share/examples/libvgl/Makefile
blob: 8bb99eb795b9582a5bdf27f86a25654cefd93eb0 (plain) (blame)
1
2
3
4
5
6
7
8
PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/libvgl
PROG=	demo
MAN=
DPADD=	${LIBVGL}
LDADD=	-lvgl

.include <bsd.prog.mk>