]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/examples/libvgl/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / share / examples / libvgl / Makefile
1 # $FreeBSD$
2
3 PROG=   demo
4 MAN=
5 DPADD=  ${LIBVGL}
6 LDADD=  -lvgl
7
8 .include <bsd.prog.mk>