From e4474f161ba6736ce15e8d82b96f8c363f092528 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 9 Apr 2015 21:33:57 +0000 Subject: [PATCH] authpf does not need to link to libmd --- usr.sbin/authpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index 07b2cdc2067..be95a4b6dc1 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