Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#
# $FreeBSD$
SHLIBDIR?= /lib
.include <bsd.own.mk>
LIB= pjdlog
SRCS= pjdlog.c
SHLIB_MAJOR= 0
CFLAGS+=-I${.CURDIR}
LIBADD= util
.include <bsd.lib.mk>