summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-12-14 08:47:59 +0000
committerbillf <billf@FreeBSD.org>1999-12-14 08:47:59 +0000
commitf4c90f500152b9b554ae0edd6f880931b7dab5bf (patch)
tree554ea1145602479fb1870741f6c012289bc24227 /share/examples
parent610e431f91220358fe90a7b225a648e4317c6a64 (diff)
downloadFreeBSD-src-f4c90f500152b9b554ae0edd6f880931b7dab5bf.zip
FreeBSD-src-f4c90f500152b9b554ae0edd6f880931b7dab5bf.tar.gz
Use the traditional bmake magic.
Reviewed/approved by: sos
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/libvgl/Makefile9
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>
OpenPOWER on IntegriCloud