mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
22 lines
276 B
Makefile
22 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIBDIR?= /usr/lib
|
|
|
|
.include <bsd.own.mk>
|
|
.include "../Makefile.inc"
|
|
|
|
IBSRCDIR= ${UMADDIR}/src
|
|
|
|
.PATH: ${IBSRCDIR}
|
|
|
|
LIB= ibumad
|
|
SHLIB_MAJOR= 1
|
|
MK_PROFILE= no
|
|
|
|
SRCS= umad.c
|
|
|
|
CFLAGS+= -DHAVE_CONFIG_H
|
|
|
|
VERSION_MAP= ${IBSRCDIR}/libibumad.map
|
|
|
|
.include <bsd.lib.mk>
|