mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
9 lines
137 B
Makefile
9 lines
137 B
Makefile
|
|
PROG= ci
|
||
|
|
SRCS= ci.c
|
||
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
||
|
|
LDADD= ${LIBRCS}
|
||
|
|
DPADD= ${LIBRCS}
|
||
|
|
|
||
|
|
.include "../../Makefile.inc"
|
||
|
|
.include <bsd.prog.mk>
|