libdtrace: Explicitly set SHLIBDIR and SHLIB_MAJOR

They were previously being defined by cddl/lib/Makefile.inc, and as of
commit 4ae6991228 were being overridden by defaults in bsd.own.mk,
which changed SHLIBDIR to /usr/lib.

Reported by:	Domagoj Stolfa <ds815@cam.ac.uk>
Fixes:		4ae6991228 ("dtrace: Add WITH_DTRACE_ASAN")
This commit is contained in:
Mark Johnston 2023-08-01 10:11:23 -04:00
parent d0e4e53ebd
commit 848ff9bc1b

View file

@ -7,6 +7,10 @@
PACKAGE= dtrace
LIB= dtrace
SHLIBDIR= /lib
SHLIB_MAJOR= 2
SRCS= dt_aggregate.c \
dt_as.c \
dt_buf.c \