mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
Note that this is pretty light at the moment.. It's been gutted to remove references to older features no longer in the driver. Curses-based port monitoring is intended for the future.. :-) Obtained from: Andy Rutter, <andy@acronym.co.uk>
5 lines
76 B
Makefile
5 lines
76 B
Makefile
PROG= sicontrol
|
|
SRCS= sicontrol.c
|
|
MAN8= sicontrol.8
|
|
|
|
.include <bsd.prog.mk>
|