svn commit: r281336 - head/usr.sbin/authpf

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 9 21:33:58 UTC 2015


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
 


More information about the svn-src-all mailing list