aboutsummaryrefslogtreecommitdiff
path: root/devel/libgpc/files/BSDmakefile
blob: 6b4d317d263bf1599747444324595ab7eaa7ae59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIB=		gpc
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>