summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-04-13 12:49:24 +0000
committerru <ru@FreeBSD.org>2006-04-13 12:49:24 +0000
commit89e2376997ae34fc43bdaf60951699ced423f86d (patch)
tree855c1afcb690ebe44b07c37a3211e39e69fb67f1 /sbin/pfctl/Makefile
parent73a212846309732620dc5eb76d0a80f6cf623508 (diff)
downloadFreeBSD-src-89e2376997ae34fc43bdaf60951699ced423f86d.zip
FreeBSD-src-89e2376997ae34fc43bdaf60951699ced423f86d.tar.gz
Add missing library dependencies.
Diffstat (limited to 'sbin/pfctl/Makefile')
-rw-r--r--sbin/pfctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile
index 4ffa6a7..2c972eb 100644
--- a/sbin/pfctl/Makefile
+++ b/sbin/pfctl/Makefile
@@ -20,6 +20,6 @@ CFLAGS+= -DENABLE_ALTQ
YFLAGS=
LDADD+= -lm -lmd
-DPADD+= ${LIBM}
+DPADD+= ${LIBM} ${LIBMD}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud