summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-09 11:26:48 -0200
committerRenato Botelho <renato@netgate.com>2017-02-09 11:26:48 -0200
commit4a05f5440acda223e6a0ec5157bc32ecc0f09ff9 (patch)
tree4c2ece480e5d4155ed35bec62996de40eb179f18 /tools
parent681a482d8fc4bfc14a24f7a9d75cca6337f2a520 (diff)
parenta1e52233c91fd46e666297270ab655f1abff8535 (diff)
downloadFreeBSD-src-4a05f5440acda223e6a0ec5157bc32ecc0f09ff9.zip
FreeBSD-src-4a05f5440acda223e6a0ec5157bc32ecc0f09ff9.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/gensnmpdef/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/tools/gensnmpdef/Makefile b/tools/tools/gensnmpdef/Makefile
new file mode 100644
index 0000000..470e1de
--- /dev/null
+++ b/tools/tools/gensnmpdef/Makefile
@@ -0,0 +1,24 @@
+# $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
+
+WARNS?= 6
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud