aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-09 21:33:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-09 21:33:57 +0000
commite4474f161ba6736ce15e8d82b96f8c363f092528 (patch)
tree57df857a88d20165fe7b1728111e1ada03f6d4b8 /usr.sbin/authpf
parent7d369c6e2f59b57919127121382eb99e81f8401c (diff)
downloadsrc-e4474f161ba6736ce15e8d82b96f8c363f092528.tar.gz
src-e4474f161ba6736ce15e8d82b96f8c363f092528.zip
Notes
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 07b2cdc2067f..be95a4b6dc1b 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