mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 06:11:32 -05:00
8 lines
201 B
Makefile
8 lines
201 B
Makefile
LIB= util
|
|
SRCS= tag.o tab.o strop.o mgets.o lookup.o gtagsopen.o getdbpath.o \
|
|
find.o dbname.o dbio.o test.o makepath.o locatestring.o
|
|
NOPROFILE= yes
|
|
install:
|
|
@echo -n
|
|
|
|
.include <bsd.lib.mk>
|