fe0c8f8973
As discussed with kan@, since DTrace is the only consumer of libproc right now, there's no need for a major shlib bump.
21 lines
216 B
Makefile
21 lines
216 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= proc
|
|
|
|
SRCS= proc_bkpt.c \
|
|
proc_create.c \
|
|
proc_regs.c \
|
|
proc_sym.c \
|
|
proc_rtld.c \
|
|
proc_util.c
|
|
|
|
INCS= libproc.h
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
SHLIB_MAJOR= 2
|
|
|
|
WITHOUT_MAN=
|
|
|
|
.include <bsd.lib.mk>
|