freebsd-dev/lib/libgpib/Makefile
Ruslan Ermilov 0d9df638c7 Install the shared library under /usr/lib; it's not used by anything
in /bin or /sbin.

Not objected to by:	phk
2006-04-13 08:08:21 +00:00

11 lines
135 B
Makefile

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