freebsd-dev/usr.sbin/bsnmpd/gensnmptree/Makefile

13 lines
223 B
Makefile
Raw Normal View History

# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
CONTRIB=${.CURDIR}/../../../contrib/bsnmp/gensnmptree
.PATH: ${CONTRIB}
PROG= gensnmptree
MAN= gensnmptree.1
CFLAGS+= -I${INCLUDEDIR}/bsnmp
.include <bsd.prog.mk>