diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-05 22:01:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-05 22:01:28 +0000 |
| commit | b77a54a6883fc620aa82795b34b7378d21a99f83 (patch) | |
| tree | 7f2dc3b747a6c0317e5f2e9f6745fdc5facf6f07 /share/examples | |
| parent | c97869c8aab95dc991a3a79fbad618ece5231b9a (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/isdn/v21/Makefile | 1 | ||||
| -rw-r--r-- | share/examples/libvgl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/share/examples/isdn/v21/Makefile b/share/examples/isdn/v21/Makefile index 3c499966276b7..5fa4f0c8647e6 100644 --- a/share/examples/isdn/v21/Makefile +++ b/share/examples/isdn/v21/Makefile @@ -2,6 +2,7 @@ PROG= v21modem NOMAN= 1 +DPADD= ${LIBUTIL} ${LIBM} LDADD= -lutil -lm CFLAGS+= -g -Wall diff --git a/share/examples/libvgl/Makefile b/share/examples/libvgl/Makefile index 4cc0325a2cfcf..080a74d134a47 100644 --- a/share/examples/libvgl/Makefile +++ b/share/examples/libvgl/Makefile @@ -2,6 +2,7 @@ PROG= demo NOMAN= yes +DPADD= ${LIBVGL} LDADD= -lvgl .include <bsd.prog.mk> |
