]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r270027:
authorngie <ngie@FreeBSD.org>
Fri, 29 Aug 2014 18:26:55 +0000 (18:26 +0000)
committerngie <ngie@FreeBSD.org>
Fri, 29 Aug 2014 18:26:55 +0000 (18:26 +0000)
commitf4fd8ca123dc4ee8f99360e00b5196f563d90a41
tree7f9427978429216cd043706e67d1ab6e5c7951fb
parent29ecd8ce13d5ce74b4267865ba5b14edb1b04597
MFC r270027:

tmconfig compilation when MK_ATM == yes and MK_BSNMP == no

 Makefile.inc1:
 Always compile gensnmptree with bootstrap-tools when MK_BSNMP != no
 instead of depending on a potentially stale tool installed on the build host

 sbin/atm/atmconfig/Makefile:
 - Always remove oid.h to avoid cluttering up the build/src tree.
 - Consolidate all of the RESCUE/MK_BSNMP != no logic under one
 conditional to improve readability
 - Remove unnecessary ${.OBJDIR} prefixing for oid.h and use ${.TARGET} instead
   of spelling out oid.h
 - Add a missing DPADD for ${LIBCRYPTO} when compiled MK_BSNMP == yes and
   MK_OPENSSL == yes and not compiling for /rescue/rescue

 sbin/atm/atmconfig/main.c:
 Change #ifndef RESCUE to #ifdef WITH_BSNMP in main.c to make it
 clear that we're compiling bsnmp support into atmconfig
Makefile.inc1
sbin/atm/atmconfig/Makefile
sbin/atm/atmconfig/main.c