1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/lib/libgpib/Makefile
2007-05-21 02:49:08 +00:00

11 lines
130 B
Makefile

# $FreeBSD$
LIB= gpib
SHLIB_MAJOR= 2
INCS= gpib.h
INCSDIR= ${INCLUDEDIR}/gpib
SRCS= ibfoo.c
WARNS?= 6
.include <bsd.lib.mk>