From 270427ac5b64903635b7c9feb7225e1933d14495 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 20 Mar 2006 14:24:58 +0000 Subject: Extend coverage of the MK_IPX build option to the following: - headers [1] - IPX library (libipx) - IPX support in ifconfig(8) - IPXrouted(8) - new MK_NCP option New MK_NCP build option controls: - and 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] unconditionally uses headers so they are still installed. This needs to be dealt with. --- Makefile.inc1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index bdbb5e9..428b968 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -963,6 +963,10 @@ _prebuild_libs= _generic_libs= gnu/lib +.if ${MK_IPX} != "no" +_prebuild_libs+= lib/libipx +.endif + .if ${MK_KERBEROS} != "no" _prebuild_libs+= kerberos5/lib/libasn1 _prebuild_libs+= kerberos5/lib/libkrb5 @@ -971,7 +975,7 @@ _generic_libs+= kerberos5/lib .endif _prebuild_libs+= lib/libbz2 lib/libcom_err lib/libcrypt lib/libexpat \ - lib/libipx lib/libkiconv lib/libkvm lib/libmd \ + lib/libkiconv lib/libkvm lib/libmd \ lib/libncurses lib/libnetgraph lib/libopie lib/libpam \ lib/libradius \ lib/libsbuf lib/libtacplus lib/libutil \ -- cgit v1.1