Add forgotten DPADD to ifconfig(8).

PR:		192760
Submitted by:	yaneurabeya at gmail.com
MFC after:	2 weeks
This commit is contained in:
melifaro 2014-08-17 20:06:47 +00:00
parent db469b69e4
commit ccc6b4ec37

View File

@ -34,6 +34,7 @@ SRCS+= ifgre.c # GRE keys etc
SRCS+= ifgif.c # GIF reversed header workaround SRCS+= ifgif.c # GIF reversed header workaround
SRCS+= sfp.c # SFP/SFP+ information SRCS+= sfp.c # SFP/SFP+ information
DPADD+= ${LIBM}
LDADD+= -lm LDADD+= -lm
SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support