mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
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>
|