mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
12 lines
167 B
Makefile
12 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
LIB = gpib
|
|
SHLIBDIR ?= /lib
|
|
SHLIB_MAJOR = 0
|
|
NO_MAN = sorry
|
|
SRCS = ibfoo.c
|
|
INCS = gpib.h
|
|
INCSDIR = ${INCLUDEDIR}/gpib
|
|
WARNS?= 6
|
|
|
|
.include <bsd.lib.mk>
|