summaryrefslogtreecommitdiffstats
path: root/sbin
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 /sbin
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 'sbin')
-rw-r--r--sbin/ifconfig/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 7d00149..2f29d9b 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -1,6 +1,8 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
+.include <bsd.own.mk>
+
PROG= ifconfig
SRCS= ifconfig.c # base support
@@ -28,7 +30,7 @@ SRCS+= ifpfsync.c # pfsync(4) support
SRCS+= ifbridge.c # bridge support
-.if !defined(RELEASE_CRUNCH)
+.if ${MK_IPX_SUPPORT} != "no" && !defined(RELEASE_CRUNCH)
SRCS+= af_ipx.c # IPX support
DPADD= ${LIBIPX}
LDADD= -lipx
OpenPOWER on IntegriCloud