mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
10 lines
124 B
Makefile
10 lines
124 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
PROG= raycontrol
|
||
|
|
SRCS= raycontrol.c
|
||
|
|
|
||
|
|
MAN8= raycontrol.8
|
||
|
|
|
||
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|