From b77a54a6883fc620aa82795b34b7378d21a99f83 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 5 Feb 2004 22:01:28 +0000 Subject: [PATCH] Added missing DPADD. --- share/examples/isdn/v21/Makefile | 1 + share/examples/libvgl/Makefile | 1 + sys/dev/patm/genrtab/Makefile | 1 + tools/regression/geom/ConfCmp/Makefile | 1 + tools/regression/geom/MdLoad/Makefile | 2 +- tools/tools/ministat/Makefile | 2 +- usr.bin/ministat/Makefile | 2 +- 7 files changed, 7 insertions(+), 3 deletions(-) diff --git a/share/examples/isdn/v21/Makefile b/share/examples/isdn/v21/Makefile index 3c499966276b..5fa4f0c8647e 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 4cc0325a2cfc..080a74d134a4 100644 --- a/share/examples/libvgl/Makefile +++ b/share/examples/libvgl/Makefile @@ -2,6 +2,7 @@ PROG= demo NOMAN= yes +DPADD= ${LIBVGL} LDADD= -lvgl .include diff --git a/sys/dev/patm/genrtab/Makefile b/sys/dev/patm/genrtab/Makefile index 18895f8db25c..d4650f36fd0c 100644 --- a/sys/dev/patm/genrtab/Makefile +++ b/sys/dev/patm/genrtab/Makefile @@ -6,6 +6,7 @@ PROG=genrtab WARNS=5 NOMAN=true +DPADD=${LIBM} LDADD=-lm install: diff --git a/tools/regression/geom/ConfCmp/Makefile b/tools/regression/geom/ConfCmp/Makefile index 5966b4b4f857..c737bf62969a 100644 --- a/tools/regression/geom/ConfCmp/Makefile +++ b/tools/regression/geom/ConfCmp/Makefile @@ -12,6 +12,7 @@ CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - # Uncomment for ElectricFence #LDADD += -lefence -L/usr/local/lib +DPADD += ${LIBBSDXML} LDADD += -lbsdxml NOMAN= yeah diff --git a/tools/regression/geom/MdLoad/Makefile b/tools/regression/geom/MdLoad/Makefile index c0df6a57a4d0..1543c17b070c 100644 --- a/tools/regression/geom/MdLoad/Makefile +++ b/tools/regression/geom/MdLoad/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= MdLoad - +DPADD= ${LIBSBUF} ${LIBBSDXML} LDADD= -lsbuf -lbsdxml NOMAN= sorry diff --git a/tools/tools/ministat/Makefile b/tools/tools/ministat/Makefile index 70bdce231276..17e26c2b63e9 100644 --- a/tools/tools/ministat/Makefile +++ b/tools/tools/ministat/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= ministat NOMAN= yes - +DPADD= ${LIBM} LDADD= -lm .include diff --git a/usr.bin/ministat/Makefile b/usr.bin/ministat/Makefile index 70bdce231276..17e26c2b63e9 100644 --- a/usr.bin/ministat/Makefile +++ b/usr.bin/ministat/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= ministat NOMAN= yes - +DPADD= ${LIBM} LDADD= -lm .include