aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2004-01-23 16:22:49 +0000
committerHartmut Brandt <harti@FreeBSD.org>2004-01-23 16:22:49 +0000
commitb6a6dd1872dacca58f52be00781ccb3af7f8824d (patch)
tree65a1aa99775b9ea5784447cd9891cbd7d34bf1f2 /Makefile.inc1
parent12b8b80e456e7138e3bbe87f021e7c38e1184da0 (diff)
downloadsrc-b6a6dd1872dacca58f52be00781ccb3af7f8824d.tar.gz
src-b6a6dd1872dacca58f52be00781ccb3af7f8824d.zip
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
Notes
Notes: svn path=/head/; revision=124873
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 64412aa8b33f..a32a89ec5d7e 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}; \