opnsense-src/lib/libgpib/Makefile
Franco Fichtner 402e7dde73 src: initial commit based on FreeBSD-10.0
Taken from:	https://github.com/freebsd/freebsd.git
Commit id:	d44ce30d3054a38723f89a161c5e003e64d1aaae
2014-11-09 09:30:14 +01:00

28 lines
594 B
Makefile

# $FreeBSD$
LIB= gpib
SHLIB_MAJOR= 3
INCS= gpib.h
INCSDIR= ${INCLUDEDIR}/gpib
SRCS= ibfoo.c
MAN= gpib.3
# MLINKS are only provided for functions that are actually
# implemented; update this if missing pieces have been filled in.
MLINKS+= gpib.3 ibclr.3
MLINKS+= gpib.3 ibdev.3
MLINKS+= gpib.3 ibdma.3
MLINKS+= gpib.3 ibeos.3
MLINKS+= gpib.3 ibeot.3
MLINKS+= gpib.3 ibloc.3
MLINKS+= gpib.3 ibonl.3
MLINKS+= gpib.3 ibpad.3
MLINKS+= gpib.3 ibrd.3
MLINKS+= gpib.3 ibsad.3
MLINKS+= gpib.3 ibsic.3
MLINKS+= gpib.3 ibtmo.3
MLINKS+= gpib.3 ibtrg.3
MLINKS+= gpib.3 ibwrt.3
.include <bsd.lib.mk>