]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libgpib/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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>