mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
18 lines
149 B
Makefile
18 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>
|