]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libgpib/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / lib / libgpib / Makefile
1 # $FreeBSD$
2
3 LIB=            gpib
4 SHLIB_MAJOR=    2
5 INCS=           gpib.h
6 INCSDIR=        ${INCLUDEDIR}/gpib
7 SRCS=           ibfoo.c
8 WARNS?=         6
9
10 .include <bsd.lib.mk>