diff options
Diffstat (limited to 'share/examples/libvgl/Makefile')
-rw-r--r-- | share/examples/libvgl/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/examples/libvgl/Makefile b/share/examples/libvgl/Makefile new file mode 100644 index 000000000000..6b4e916851da --- /dev/null +++ b/share/examples/libvgl/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +PROG= demo +NO_MAN= +DPADD= ${LIBVGL} +LDADD= -lvgl + +.include <bsd.prog.mk> |