mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
8 lines
143 B
Makefile
8 lines
143 B
Makefile
PROG= rlog
|
|
SRCS= rlog.c
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
LDADD= ${LIBRCS}
|
|
DPADD= ${LIBRCS}
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|