summaryrefslogtreecommitdiffstats
path: root/lib/libgpib/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-06 16:45:20 +0000
committerphk <phk@FreeBSD.org>2005-02-06 16:45:20 +0000
commitd359ed4a46fe1500d8312016a50ac61fd44e5cd4 (patch)
tree5df8d04b5ff848402145b2abdc629e64434b2b0a /lib/libgpib/Makefile
parentba0f4166c6965d57d66bcef7a53014d7e2d63dcf (diff)
downloadFreeBSD-src-d359ed4a46fe1500d8312016a50ac61fd44e5cd4.zip
FreeBSD-src-d359ed4a46fe1500d8312016a50ac61fd44e5cd4.tar.gz
Add libgpib containing the glue to get ibfoo() calls into the kernel.
Diffstat (limited to 'lib/libgpib/Makefile')
-rw-r--r--lib/libgpib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libgpib/Makefile b/lib/libgpib/Makefile
new file mode 100644
index 0000000..6009e79
--- /dev/null
+++ b/lib/libgpib/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+LIB = gpib
+SHLIBDIR ?= /lib
+SHLIB_MAJOR = 0
+NO_MAN = sorry
+SRCS = ibfoo.c
+INCS = gpib.h
+INCSDIR = ${INCLUDEDIR}/gpib
+WARNS?= 6
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud