mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
12 lines
143 B
Makefile
12 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmirreader
|
|
|
|
SRCDIR= lib/IRReader
|
|
SRCS= IRReader.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|