summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-20 14:24:58 +0000
committerru <ru@FreeBSD.org>2006-03-20 14:24:58 +0000
commit270427ac5b64903635b7c9feb7225e1933d14495 (patch)
treecbf0f7476670cafdc131d52ec306bf8158483b82 /release
parent97bfff6a7061775735666479d81b810b1a959dcd (diff)
downloadFreeBSD-src-270427ac5b64903635b7c9feb7225e1933d14495.zip
FreeBSD-src-270427ac5b64903635b7c9feb7225e1933d14495.tar.gz
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.
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/bridge/crunch.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf
index 94ef7a1..d0746fc 100644
--- a/release/picobsd/bridge/crunch.conf
+++ b/release/picobsd/bridge/crunch.conf
@@ -19,6 +19,7 @@
# that to use the most compact possible version of the code.
#
buildopts -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DTRACEROUTE_NO_IPSEC -DNO_INET6
+buildopts -DWITHOUT_IPX
# directories where to look for sources of various binaries.
# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
@@ -179,6 +180,6 @@ libs -ll # used by sh
libs -lufs # used by mount
### ee uses ncurses instead of curses
libs -ledit -lutil -lmd -lcrypt -lmp -lm -lkvm
-libs -lmytinfo -lipx -lz -lpcap -lwrap
+libs -lmytinfo -lz -lpcap -lwrap
libs -ltermcap -lgnuregex # -lcurses
libs -lgeom
OpenPOWER on IntegriCloud