diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-06 20:33:48 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-06 20:33:48 +0000 |
| commit | 7fa59e671884d8461af2f6a871058bf9c8bc113d (patch) | |
| tree | 779faa885d1dfd0b8c2d376c8cb860712ba401ef /tools | |
| parent | d413188a991092604f2f2cd98c8774ac4bb99ebd (diff) | |
| parent | 3b622fc857d784a61a4761796aaddb66a7ea1b97 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/gensnmpdef/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/tools/gensnmpdef/Makefile b/tools/tools/gensnmpdef/Makefile new file mode 100644 index 000000000000..437e304d0ce7 --- /dev/null +++ b/tools/tools/gensnmpdef/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +.PATH: ${SRCTOP}/contrib/bsnmp/gensnmpdef + +PROG= gensnmpdef + +SRCS= gensnmpdef.c + +MAN= gensnmpdef.1 + +LOCALBASE?= /usr/local + +BINDIR= ${LOCALBASE}/bin + +MANDIR= ${LOCALBASE}/man/man + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +LDADD+= -lsmi + +.include <bsd.prog.mk> |
