]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libgpib/Makefile
Change the current working directory to be inside the jail created by
[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>