mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 21:06:41 -04:00
17 lines
149 B
Makefile
17 lines
149 B
Makefile
#
|
|
#
|
|
|
|
SHLIBDIR?= /lib
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= pjdlog
|
|
SRCS= pjdlog.c
|
|
|
|
SHLIB_MAJOR= 0
|
|
|
|
CFLAGS+=-I${.CURDIR}
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.lib.mk>
|