mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05: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>
|