mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 22:23:16 -04:00
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@
13 lines
322 B
Makefile
13 lines
322 B
Makefile
# $FreeBSD$
|
|
# Author: Shteryana Shopova <syrinx@FreeBSD.org>
|
|
|
|
BINDIR?= /usr/bin
|
|
|
|
CFLAGS+= -I. -I${.CURDIR}
|
|
|
|
.if exists(${.OBJDIR}/../libbsnmptools)
|
|
LIBBSNMPTOOLSDIR= ${.OBJDIR}/../libbsnmptools
|
|
.else
|
|
LIBBSNMPTOOLSDIR= ${.CURDIR}/../libbsnmptools
|
|
.endif
|
|
LIBBSNMPTOOLS= ${LIBBSNMPTOOLSDIR}/libbsnmptools.a
|