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