mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= gpib
|
|
SHLIB_MAJOR= 3
|
|
INCS= gpib.h
|
|
INCSDIR= ${INCLUDEDIR}/gpib
|
|
SRCS= ibfoo.c
|
|
WARNS?= 6
|
|
|
|
.include <bsd.lib.mk>
|