1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-24 16:10:11 +00:00
freebsd/lib/libgpib/Makefile

11 lines
130 B
Makefile
Raw Normal View History

# $FreeBSD$
2006-04-13 08:12:31 +00:00
LIB= gpib
SHLIB_MAJOR= 2
2006-04-13 08:12:31 +00:00
INCS= gpib.h
INCSDIR= ${INCLUDEDIR}/gpib
SRCS= ibfoo.c
WARNS?= 6
.include <bsd.lib.mk>