summaryrefslogtreecommitdiffstats
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-09 21:33:57 +0000
committerbapt <bapt@FreeBSD.org>2015-04-09 21:33:57 +0000
commit968497a5fe28a970237a6894d3e03dafe487305a (patch)
tree57df857a88d20165fe7b1728111e1ada03f6d4b8 /usr.sbin/authpf
parenta8a7a1145719f706c6ca831715aa374241167958 (diff)
downloadFreeBSD-src-968497a5fe28a970237a6894d3e03dafe487305a.zip
FreeBSD-src-968497a5fe28a970237a6894d3e03dafe487305a.tar.gz
authpf does not need to link to libmd
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r--usr.sbin/authpf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile
index 07b2cdc..be95a4b 100644
--- a/usr.sbin/authpf/Makefile
+++ b/usr.sbin/authpf/Makefile
@@ -13,7 +13,7 @@ SRCS= authpf.c
# XXX ALTQ:
CFLAGS+= -DENABLE_ALTQ
-LIBADD= m md util
+LIBADD= m util
WARNS?= 3
OpenPOWER on IntegriCloud