3f9b405c78
configuration flags to CFLAGS.
14 lines
288 B
Makefile
14 lines
288 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Author: Harti Brandt <harti@freebsd.org>
|
|
|
|
CONTRIB=${.CURDIR}/../../../contrib/bsnmp
|
|
.PATH: ${CONTRIB}/gensnmptree
|
|
|
|
PROG= gensnmptree
|
|
CFLAGS+= -I${CONTRIB}/lib
|
|
CFLAGS+= -DQUADFMT='"llu"' -DQUADXFMT='"llx"' -DHAVE_STDINT_H
|
|
CFLAGS+= -DHAVE_INTTYPES_H
|
|
|
|
.include <bsd.prog.mk>
|