]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libgpib/Makefile
This commit was generated by cvs2svn to compensate for changes in r162621,
[FreeBSD/FreeBSD.git] / lib / libgpib / Makefile
1 # $FreeBSD$
2
3 LIB=            gpib
4 SHLIB_MAJOR=    1
5 INCS=           gpib.h
6 INCSDIR=        ${INCLUDEDIR}/gpib
7 SRCS=           ibfoo.c
8 WARNS?=         6
9
10 .include <bsd.lib.mk>