summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-01-23 16:22:49 +0000
committerharti <harti@FreeBSD.org>2004-01-23 16:22:49 +0000
commit9576ee9b99d65d320aece9a1f0a2e5b06a483ef1 (patch)
tree65a1aa99775b9ea5784447cd9891cbd7d34bf1f2 /Makefile.inc1
parent37783c5ffd462fc7902b9ce212d81a6146e8c77b (diff)
downloadFreeBSD-src-9576ee9b99d65d320aece9a1f0a2e5b06a483ef1.zip
FreeBSD-src-9576ee9b99d65d320aece9a1f0a2e5b06a483ef1.tar.gz
Create the OID and tree files while building the modules and the daemon
instead of creating them by hand and storing them in the CVS tree. Add gensnmptree to the bootstrap tools (it is used to generated these files). This simplifies the update procedure. Submitted by: ru
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 64412aa..a32a89e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -647,6 +647,10 @@ _yacc= usr.bin/yacc
_crunchgen= usr.sbin/crunch/crunchgen
.endif
+.if ${BOOTSTRAPPING} < 501114
+_gensnmptree= usr.sbin/bsnmpd/gensnmptree
+.endif
+
.if ${BOOTSTRAPPING} < 500019
_kbdcontrol= usr.sbin/kbdcontrol
.endif
@@ -667,6 +671,7 @@ bootstrap-tools:
${_yacc} \
usr.sbin/config \
${_crunchgen} \
+ ${_gensnmptree} \
${_kbdcontrol}
@${ECHODIR} "===> ${_tool}"; \
cd ${.CURDIR}/${_tool}; \
OpenPOWER on IntegriCloud