]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/examples/libvgl/Makefile
MFC r329279: add support for user-supplied Host-Uniq tag to ng_pppoe(4).
[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>