mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04: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"
|