3ca3047aee
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)
11 lines
130 B
Makefile
11 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>
|