Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 20:06:47 +0000 (UTC)
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270115 - head/sbin/ifconfig
Message-ID:  <201408172006.s7HK6ldn005048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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