freebsd-src/lib/libgpib/Makefile
Ken Smith a84020c2b9 Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by:	ru
Approved by:	re (not needed for commit check but in principle...)
2005-07-22 17:19:05 +00:00

13 lines
167 B
Makefile

# $FreeBSD$
LIB = gpib
SHLIBDIR ?= /lib
SHLIB_MAJOR = 1
NO_MAN = sorry
SRCS = ibfoo.c
INCS = gpib.h
INCSDIR = ${INCLUDEDIR}/gpib
WARNS?= 6
.include <bsd.lib.mk>