mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
8 lines
127 B
Makefile
8 lines
127 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sicontrol
|
|
SRCS= sicontrol.c
|
|
MAN8= sicontrol.8
|
|
CFLAGS+= -I${.CURDIR}/../../sys -Wall
|
|
|
|
.include <bsd.prog.mk>
|