aboutsummaryrefslogtreecommitdiff
path: root/share/examples/libvgl
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-14 08:47:59 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-14 08:47:59 +0000
commit21d19cbd64989bc229f73007769232c600d829dc (patch)
tree56fb60a9c3400b1c8dc76ee57c22f1dd825efe2b /share/examples/libvgl
parente1455d251d375554296672ac2ae6862657464f76 (diff)
Notes
Diffstat (limited to 'share/examples/libvgl')
-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 10f7eab7c117e..4cc0325a2cfcf 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>