svn commit: r270115 - head/sbin/ifconfig

Alexander V. Chernikov melifaro at FreeBSD.org
Sun Aug 17 20:06:48 UTC 2014


Author: melifaro
Date: Sun Aug 17 20:06:47 2014
New Revision: 270115
URL: http://svnweb.freebsd.org/changeset/base/270115

Log:
  Add forgotten DPADD to ifconfig(8).
  
  PR:		192760
  Submitted by:	yaneurabeya at gmail.com
  MFC after:	2 weeks

Modified:
  head/sbin/ifconfig/Makefile

Modified: head/sbin/ifconfig/Makefile
==============================================================================
--- head/sbin/ifconfig/Makefile	Sun Aug 17 19:54:21 2014	(r270114)
+++ head/sbin/ifconfig/Makefile	Sun Aug 17 20:06:47 2014	(r270115)
@@ -34,6 +34,7 @@ SRCS+=	ifgre.c			# GRE keys etc
 SRCS+=	ifgif.c			# GIF reversed header workaround
 
 SRCS+=	sfp.c			# SFP/SFP+ information
+DPADD+=	${LIBM}
 LDADD+=	-lm
 
 SRCS+=	ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support


More information about the svn-src-head mailing list