mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
21 lines
285 B
Makefile
21 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
LIB_CXX= devdctl
|
|
INCS= consumer.h \
|
|
event.h \
|
|
event_factory.h \
|
|
exception.h \
|
|
guid.h
|
|
SRCS= consumer.cc \
|
|
event.cc \
|
|
event_factory.cc \
|
|
exception.cc \
|
|
guid.cc
|
|
|
|
INCSDIR= ${INCLUDEDIR}/devdctl
|
|
|
|
WARNS?= 3
|
|
PRIVATELIB= true
|
|
SHLIB_MAJOR= 0
|
|
|
|
.include <bsd.lib.mk>
|