]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFstable/10 r278569,r279505,r279506:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 24 Mar 2015 07:11:54 +0000 (07:11 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 24 Mar 2015 07:11:54 +0000 (07:11 +0000)
commit9effbce036ef5b4817be06fc32d8884000b7b06c
tree62c48aa9ab89052fc39861f7451b336bd81e046c
parentfdfba604017bf7cd05aa66bbee417d3c44a50b59
MFstable/10 r278569,r279505,r279506:

r278569:

MFC r278182:

r278182:

  Conditionalize building radius support into libpam, ppp, etc via
  MK_RADIUS_SUPPORT

  Sponsored by: EMC / Isilon Storage Division

r279505:

MFC r278192:

Add the following options to enable/disable several features in the base system

WITHOUT_BOOTPARAMD - bootparamd
WITHOUT_BOOTPD - bootpd
WITHOUT_FINGER - finger, fingerd
WITHOUT_FTP - ftp, ftpd
WITHOUT_INETD - inetd
WITHOUT_RBOOTD - rbootd
WITHOUT_TCP_WRAPPERS - tcpd, et al
WITHOUT_TFTP - tftp, tftp-server
WITHOUT_TIMED - timed

Sponsored by: EMC / Isilon Storage Division

r279506:

MFC r278193:

Add MK_FILE to control whether or not to build file(1), libmagic(3), etc

Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/9@280421 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
20 files changed:
Makefile.inc1
etc/Makefile
lib/Makefile
lib/libpam/modules/modules.inc
libexec/Makefile
share/mk/bsd.own.mk
tools/build/options/WITHOUT_BOOTPARAMD [new file with mode: 0644]
tools/build/options/WITHOUT_BOOTPD [new file with mode: 0644]
tools/build/options/WITHOUT_FILE [new file with mode: 0644]
tools/build/options/WITHOUT_FINGER [new file with mode: 0644]
tools/build/options/WITHOUT_FTP [new file with mode: 0644]
tools/build/options/WITHOUT_INETD [new file with mode: 0644]
tools/build/options/WITHOUT_RADIUS_SUPPORT [new file with mode: 0644]
tools/build/options/WITHOUT_RBOOTD [new file with mode: 0644]
tools/build/options/WITHOUT_TCP_WRAPPERS [new file with mode: 0644]
tools/build/options/WITHOUT_TFTP [new file with mode: 0644]
tools/build/options/WITHOUT_TIMED [new file with mode: 0644]
usr.bin/Makefile
usr.sbin/Makefile
usr.sbin/ppp/Makefile