summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-06-06 11:30:57 +0000
committerru <ru@FreeBSD.org>2002-06-06 11:30:57 +0000
commitaffb92279eec3d9851693121cffb2e06cced591f (patch)
tree319431a9dd58b65fa101e17afac1b75479463639 /usr.sbin
parent5607249aab5415414339e3ccb355ba8a13d130e1 (diff)
downloadFreeBSD-src-affb92279eec3d9851693121cffb2e06cced591f.zip
FreeBSD-src-affb92279eec3d9851693121cffb2e06cced591f.tar.gz
Added missing DPADD detected by ``make checkdpadd''.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ancontrol/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ancontrol/Makefile b/usr.sbin/ancontrol/Makefile
index 696af71..f5a89af 100644
--- a/usr.sbin/ancontrol/Makefile
+++ b/usr.sbin/ancontrol/Makefile
@@ -4,7 +4,8 @@ PROG= ancontrol
MAN= ancontrol.8
CFLAGS+= -I${.CURDIR}/../../sys -DANCACHE
-LDADD+= -lmd
+DPADD= ${LIBMD}
+LDADD= -lmd
WARNS?= 2
OpenPOWER on IntegriCloud