mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
5 lines
77 B
Makefile
5 lines
77 B
Makefile
PROG= lptcontrol
|
|
CFLAGS+= -Wall
|
|
MAN8= lptcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|