0d9df638c7
in /bin or /sbin. Not objected to by: phk
11 lines
135 B
Makefile
11 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
LIB = gpib
|
|
SHLIB_MAJOR = 1
|
|
SRCS = ibfoo.c
|
|
INCS = gpib.h
|
|
INCSDIR = ${INCLUDEDIR}/gpib
|
|
WARNS?= 6
|
|
|
|
.include <bsd.lib.mk>
|