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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to