mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= llvm-strings
|
|
|
|
SRCDIR= llvm/tools/llvm-strings
|
|
SRCS+= llvm-strings.cpp
|
|
|
|
.include "../llvm.prog.mk"
|