diff options
Diffstat (limited to 'share/examples/libvgl/Makefile')
-rw-r--r-- | share/examples/libvgl/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/examples/libvgl/Makefile b/share/examples/libvgl/Makefile index 10f7eab..4cc0325 100644 --- a/share/examples/libvgl/Makefile +++ b/share/examples/libvgl/Makefile @@ -1,2 +1,7 @@ -demo: demo.c libvgl.a - cc -o demo demo.c -lvgl +# $FreeBSD$ + +PROG= demo +NOMAN= yes +LDADD= -lvgl + +.include <bsd.prog.mk> |