diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-14 08:47:59 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-14 08:47:59 +0000 |
| commit | 21d19cbd64989bc229f73007769232c600d829dc (patch) | |
| tree | 56fb60a9c3400b1c8dc76ee57c22f1dd825efe2b /share/examples/libvgl | |
| parent | e1455d251d375554296672ac2ae6862657464f76 (diff) | |
Notes
Diffstat (limited to 'share/examples/libvgl')
| -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 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> |
