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