mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
10 lines
103 B
Makefile
10 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= lli
|
|
|
|
SRCDIR= tools/lli
|
|
SRCS+= lli.cpp
|
|
|
|
LIBADD+= z
|
|
|
|
.include "../llvm.prog.mk"
|