forked from opnsense/src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wlandebug(8): obtain original interface name via ifconfig_get_orig_na…
…me()
- Loading branch information
Andriy Voskoboinyk
authored and
Andriy Voskoboinyk
committed
Oct 16, 2017
1 parent
c2803f1
commit 238c9eb
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
PROG= wlandebug | ||
MAN= wlandebug.8 | ||
|
||
LIBADD+= ifconfig | ||
|
||
WARNS?= 2 | ||
|
||
.include <bsd.prog.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters