12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Author: Harti Brandt <harti@freebsd.org>
|
|
|
|
CONTRIB=${.CURDIR}/../../../contrib/bsnmp
|
|
.PATH: ${CONTRIB}/gensnmptree
|
|
|
|
PROG= gensnmptree
|
|
CFLAGS+= -I${CONTRIB}/lib
|
|
|
|
.include <bsd.prog.mk>
|