mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add forgotten DPADD to ifconfig(8).
PR: 192760 Submitted by: yaneurabeya at gmail.com MFC after: 2 weeks
This commit is contained in:
parent
7ba08f8145
commit
3e0aeae44a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue