Add forgotten DPADD to ifconfig(8).

PR:		192760
Submitted by:	yaneurabeya at gmail.com
MFC after:	2 weeks
This commit is contained in:
Alexander V. Chernikov 2014-08-17 20:06:47 +00:00
parent 7ba08f8145
commit 3e0aeae44a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270115

View File

@ -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