mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
These modules are modules for the daemon, not for the library so they should be where the daemon is.
7 lines
81 B
Makefile
7 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= gensnmptree \
|
|
bsnmpd \
|
|
modules
|
|
|
|
.include <bsd.subdir.mk>
|