freebsd-dev/usr.sbin/bsnmpd/Makefile
Shteryana Shopova a739872374 Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system.
Sponsored by:   The FreeBSD Foundation (the SNMPv3 bits), Google Summer of Code 2005
Reviewed by:    philip@ (mostly), bz@ (earlier version based on p4 ch124545)
Approved by:    philip@
2010-12-08 14:30:25 +00:00

9 lines
91 B
Makefile

# $FreeBSD$
SUBDIR= gensnmptree \
bsnmpd \
modules \
tools
.include <bsd.subdir.mk>