summaryrefslogtreecommitdiffstats
path: root/usr.bin/ministat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-05 22:01:28 +0000
committerru <ru@FreeBSD.org>2004-02-05 22:01:28 +0000
commitb6bc0394603ad2868043b362b9b165c9d1d42cb7 (patch)
tree7f2dc3b747a6c0317e5f2e9f6745fdc5facf6f07 /usr.bin/ministat
parent03d404f8379fcba37dd07d711fc36135bcfed9fa (diff)
downloadFreeBSD-src-b6bc0394603ad2868043b362b9b165c9d1d42cb7.zip
FreeBSD-src-b6bc0394603ad2868043b362b9b165c9d1d42cb7.tar.gz
Added missing DPADD.
Diffstat (limited to 'usr.bin/ministat')
-rw-r--r--usr.bin/ministat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ministat/Makefile b/usr.bin/ministat/Makefile
index 70bdce2..17e26c2 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>
OpenPOWER on IntegriCloud