419ecd5dee
Ok'd by: kan
11 lines
130 B
Makefile
11 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= gpib
|
|
SHLIB_MAJOR= 2
|
|
INCS= gpib.h
|
|
INCSDIR= ${INCLUDEDIR}/gpib
|
|
SRCS= ibfoo.c
|
|
WARNS?= 6
|
|
|
|
.include <bsd.lib.mk>
|