aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-03-20 14:24:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-03-20 14:24:58 +0000
commitcea557add088ca3156187635fbcc8ebc8dba3f3f (patch)
treecbf0f7476670cafdc131d52ec306bf8158483b82 /sys/modules/Makefile
parenta3aed80d1eb78a8d20f08ae2018b49ece4ccb7f2 (diff)
downloadsrc-cea557add088ca3156187635fbcc8ebc8dba3f3f.tar.gz
src-cea557add088ca3156187635fbcc8ebc8dba3f3f.zip
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.
Notes
Notes: svn path=/head/; revision=156905
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6a6c47593add..411ead6aa4e2 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -358,11 +358,15 @@ _linprocfs= linprocfs
_linux= linux
_lnc= lnc
_mse= mse
+.if ${MK_NCP} != "no"
_ncp= ncp
+.endif
_ncv= ncv
_ndis= ndis
_nsp= nsp
+.if ${MK_NCP} != "no"
_nwfs= nwfs
+.endif
_oltr= oltr
_pccard= pccard
_pcfclock= pcfclock