mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
8 lines
137 B
Makefile
8 lines
137 B
Makefile
PROG= ci
|
|
SRCS= ci.c
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
LDADD= ${LIBRCS}
|
|
DPADD= ${LIBRCS}
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|