a84020c2b9
been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
13 lines
167 B
Makefile
13 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
LIB = gpib
|
|
SHLIBDIR ?= /lib
|
|
SHLIB_MAJOR = 1
|
|
NO_MAN = sorry
|
|
SRCS = ibfoo.c
|
|
INCS = gpib.h
|
|
INCSDIR = ${INCLUDEDIR}/gpib
|
|
WARNS?= 6
|
|
|
|
.include <bsd.lib.mk>
|