mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# Author: Shteryana Shopova <syrinx@FreeBSD.org>
|
|
|
|
SUBDIR= libbsnmptools \
|
|
bsnmptools
|
|
|
|
SUBDIR_DEPEND_bsnmptools= libbsnmptools
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|