mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
4 lines
112 B
Makefile
4 lines
112 B
Makefile
LIB=bib
|
|
OBJS=common.o index.o linear.o search.o map.o
|
|
CCSRCS=common.cc index.cc linear.cc search.cc
|
|
CSRCS=map.c
|