summaryrefslogtreecommitdiff
path: root/devel/libshhopt/files/Makefile.lib
blob: 8a2df02e48b352295e0682ab55ec4c23e8860e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PREFIX?=	/usr/local
SHLIB_VER?=	1

LIB=	shhopt
LIBDIR=	${PREFIX}/lib
SHLIB_MAJOR=	${SHLIB_VER}
SHLIB_MINOR=	1
NO_PROFILE=	yes
NO_OBJ=	yes

INCS=	shhopt.h
INCSDIR=${PREFIX}/include

SRCS=	shhopt.c

.include <bsd.lib.mk>