Date: Mon, 20 Mar 2006 14:24:58 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/include Makefile src/lib Makefile src/release/picobsd/bridge crunch.conf src/rescue/rescue Makefile src/sbin/ifconfig Makefile src/share/mk bsd.libnames.mk bsd.own.mk src/sys/modules Makefile src/usr.bin Makefile ... Message-ID: <200603201424.k2KEOw6Y010034@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2006-03-20 14:24:58 UTC FreeBSD src repository Modified files: . Makefile.inc1 include Makefile lib Makefile release/picobsd/bridge crunch.conf rescue/rescue Makefile sbin/ifconfig Makefile share/mk bsd.libnames.mk bsd.own.mk sys/modules Makefile usr.bin Makefile usr.sbin Makefile Log: Extend coverage of the MK_IPX build option to the following: - <netipx> headers [1] - IPX library (libipx) - IPX support in ifconfig(8) - IPXrouted(8) - new MK_NCP option New MK_NCP build option controls: - <netncp> and <fs/nwfs> headers - NCP library (libncp) - ncplist(1) and ncplogin(1) - mount_nwfs(8) - ncp and nwfs kernel modules User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP. [1] <netsmb/netbios.h> unconditionally uses <netipx> headers so they are still installed. This needs to be dealt with. Revision Changes Path 1.543 +5 -1 src/Makefile.inc1 1.259 +13 -2 src/include/Makefile 1.214 +9 -1 src/lib/Makefile 1.20 +2 -1 src/release/picobsd/bridge/crunch.conf 1.48 +11 -4 src/rescue/rescue/Makefile 1.30 +3 -1 src/sbin/ifconfig/Makefile 1.98 +4 -0 src/share/mk/bsd.libnames.mk 1.48 +5 -0 src/share/mk/bsd.own.mk 1.485 +4 -0 src/sys/modules/Makefile 1.291 +4 -0 src/usr.bin/Makefile 1.348 +9 -1 src/usr.sbin/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603201424.k2KEOw6Y010034>