]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - lib/libgpib/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / lib / libgpib / Makefile
1 # $FreeBSD$
2
3 LIB=            gpib
4 SHLIB_MAJOR=    3
5 INCS=           gpib.h
6 INCSDIR=        ${INCLUDEDIR}/gpib
7 SRCS=           ibfoo.c
8 WARNS?=         6
9
10 .include <bsd.lib.mk>