mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -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"
|