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 | |
| parent | c97869c8aab95dc991a3a79fbad618ece5231b9a (diff) | |
Notes
| -rw-r--r-- | share/examples/isdn/v21/Makefile | 1 | ||||
| -rw-r--r-- | share/examples/libvgl/Makefile | 1 | ||||
| -rw-r--r-- | sys/dev/patm/genrtab/Makefile | 1 | ||||
| -rw-r--r-- | tools/regression/geom/ConfCmp/Makefile | 1 | ||||
| -rw-r--r-- | tools/regression/geom/MdLoad/Makefile | 2 | ||||
| -rw-r--r-- | tools/tools/ministat/Makefile | 2 | ||||
| -rw-r--r-- | 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 <bsd.prog.mk> 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 <bsd.prog.mk> 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 <bsd.prog.mk> |
