aboutsummaryrefslogtreecommitdiff
path: root/devel/libgpc/files/BSDmakefile
blob: bdbe36692b603f000b483464d4c8ea295c20e310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIB=		gpc
NO_PROFILE=	yes
NOPROFILE=	yes
SHLIB_MAJOR=	2
SHLIB_MINOR=	32

SRCS=		gpc.c
INCS=		gpc.h

LIBDIR=		${PREFIX}/lib
INCSDIR=	${PREFIX}/include
WARNS?=		4 # level 5 trips over '-Wunused'

.include <bsd.lib.mk>