diff options
author | ru <ru@FreeBSD.org> | 2002-06-06 11:30:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-06-06 11:30:57 +0000 |
commit | affb92279eec3d9851693121cffb2e06cced591f (patch) | |
tree | 319431a9dd58b65fa101e17afac1b75479463639 /usr.sbin/ancontrol | |
parent | 5607249aab5415414339e3ccb355ba8a13d130e1 (diff) | |
download | FreeBSD-src-affb92279eec3d9851693121cffb2e06cced591f.zip FreeBSD-src-affb92279eec3d9851693121cffb2e06cced591f.tar.gz |
Added missing DPADD detected by ``make checkdpadd''.
Diffstat (limited to 'usr.sbin/ancontrol')
-rw-r--r-- | usr.sbin/ancontrol/Makefile | 3 |
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 |