]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsnmpd/tools/libbsnmptools/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsnmpd / tools / libbsnmptools / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .PATH: ${.CURDIR}
6
7 LIB=    bsnmptools
8 #INTERNALLIB=
9 SRCS=   bsnmpimport.c bsnmpmap.c bsnmptools.c bsnmptc.c
10
11 SHLIB_MAJOR=    0
12
13 .include <bsd.lib.mk>