]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r270027:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 29 Aug 2014 18:26:55 +0000 (18:26 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 29 Aug 2014 18:26:55 +0000 (18:26 +0000)
commit5a7255c86264ee592b4f38cb0902ac7f461eb104
tree7f9427978429216cd043706e67d1ab6e5c7951fb
parent6ecf7cc2239785c887b053037bf4a80cfe75b938
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@270824 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1
sbin/atm/atmconfig/Makefile
sbin/atm/atmconfig/main.c