mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
13 lines
159 B
Makefile
13 lines
159 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
LIB= bsnmptools
|
|
#INTERNALLIB=
|
|
SRCS= bsnmpimport.c bsnmpmap.c bsnmptools.c bsnmptc.c
|
|
|
|
SHLIB_MAJOR= 0
|
|
|
|
.include <bsd.lib.mk>
|