mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
1c80835774
These modules are modules for the daemon, not for the library so they should be where the daemon is.
8 lines
81 B
Makefile
8 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= gensnmptree \
|
|
bsnmpd \
|
|
modules
|
|
|
|
.include <bsd.subdir.mk>
|