From b6bc0394603ad2868043b362b9b165c9d1d42cb7 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 5 Feb 2004 22:01:28 +0000 Subject: Added missing DPADD. --- share/examples/isdn/v21/Makefile | 1 + share/examples/libvgl/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'share/examples') diff --git a/share/examples/isdn/v21/Makefile b/share/examples/isdn/v21/Makefile index 3c49996..5fa4f0c 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 4cc0325..080a74d 100644 --- a/share/examples/libvgl/Makefile +++ b/share/examples/libvgl/Makefile @@ -2,6 +2,7 @@ PROG= demo NOMAN= yes +DPADD= ${LIBVGL} LDADD= -lvgl .include -- cgit v1.1