opnsense-src/lib/libgpib/Makefile

11 lines
130 B
Makefile
Raw Normal View History

# $FreeBSD$
2006-04-13 04:12:31 -04:00
LIB= gpib
SHLIB_MAJOR= 2
2006-04-13 04:12:31 -04:00
INCS= gpib.h
INCSDIR= ${INCLUDEDIR}/gpib
SRCS= ibfoo.c
WARNS?= 6
.include <bsd.lib.mk>