]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/examples/libvgl/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / share / examples / libvgl / Makefile
1 # $FreeBSD$
2
3 PROG=   demo
4 NO_MAN=
5 DPADD=  ${LIBVGL}
6 LDADD=  -lvgl
7
8 .include <bsd.prog.mk>