mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
PROG= rlog
|
|
SRCS= rlog.c
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
LDADD= ${LIBRCS}
|
|
DPADD= ${LIBRCS}
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|