Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 21:33:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281336 - head/usr.sbin/authpf
Message-ID:  <201504092133.t39LXvKF044139@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr  9 21:33:57 2015
New Revision: 281336
URL: https://svnweb.freebsd.org/changeset/base/281336

Log:
  authpf does not need to link to libmd

Modified:
  head/usr.sbin/authpf/Makefile

Modified: head/usr.sbin/authpf/Makefile
==============================================================================
--- head/usr.sbin/authpf/Makefile	Thu Apr  9 21:32:40 2015	(r281335)
+++ head/usr.sbin/authpf/Makefile	Thu Apr  9 21:33:57 2015	(r281336)
@@ -13,7 +13,7 @@ SRCS=   authpf.c
 # XXX ALTQ:
 CFLAGS+= -DENABLE_ALTQ
 
-LIBADD=	m md util
+LIBADD=	m util
 
 WARNS?=	3
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504092133.t39LXvKF044139>