mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
13 lines
165 B
Makefile
13 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmlibdriver
|
|
|
|
SRCDIR= lib/LibDriver
|
|
SRCS= LibDriver.cpp
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
TGHDRS= Options
|
|
|
|
.include "../clang.lib.mk"
|