summaryrefslogtreecommitdiffstats
path: root/share/mk/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-11-10 10:03:22 +0000
committerharti <harti@FreeBSD.org>2005-11-10 10:03:22 +0000
commit86929f9937d3b2ed6aebe121efe90fe7f3c2f7ed (patch)
tree9476f7a24252dded102e435ad965655385abb1e6 /share/mk/Makefile
parent8ac32b507e0157e77284f107edca7b30b0346249 (diff)
downloadFreeBSD-src-86929f9937d3b2ed6aebe121efe90fe7f3c2f7ed.zip
FreeBSD-src-86929f9937d3b2ed6aebe121efe90fe7f3c2f7ed.tar.gz
Add a .mk file for building modules for the SNMP daemon. This may be
use in-tree as well as for 3rd party modules. This file is more or less what was in usr.sbin/bsnmpd/modules/Makefile.inc with some modifications and omissions. Usage examples can be found under usr.sbin/bsnmpd/modules/*. Idea by: phk
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r--share/mk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index 44b0a9b..131832c 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -8,7 +8,7 @@ FILES+= bsd.kmod.mk
FILES+= bsd.lib.mk bsd.libnames.mk bsd.links.mk bsd.man.mk bsd.nls.mk
FILES+= bsd.obj.mk bsd.own.mk
FILES+= bsd.port.mk bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk
-FILES+= bsd.prog.mk bsd.subdir.mk bsd.sys.mk
+FILES+= bsd.prog.mk bsd.snmpmod.mk bsd.subdir.mk bsd.sys.mk
FILES+= sys.mk
NO_OBJ=
FILESDIR= ${BINDIR}/mk
OpenPOWER on IntegriCloud