diff options
author | attilio <attilio@FreeBSD.org> | 2012-10-17 11:16:17 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2012-10-17 11:16:17 +0000 |
commit | 3f4806915ef86ad20f5602a0e46a27fc609e65ba (patch) | |
tree | a36bb1b48615302d343a7afd78f6ea19a6b64b3e /share/mk | |
parent | f16dd753c48f6804e09296920d7c405356699352 (diff) | |
download | FreeBSD-src-3f4806915ef86ad20f5602a0e46a27fc609e65ba.zip FreeBSD-src-3f4806915ef86ad20f5602a0e46a27fc609e65ba.tar.gz |
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netncp, which is a base
requirement for NWFS.
In the possibility of a future maintenance of the code and later
readd to the FreeBSD base, maybe we should think about a better location
for netncp. I'm not entirely sure the / top location is actually right,
however I will let network people to comment on that more specifically.
This is not targeted for MFC.
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.libnames.mk | 3 | ||||
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index 075833b..aa78dd8 100644 --- a/share/mk/bsd.libnames.mk +++ b/share/mk/bsd.libnames.mk @@ -97,9 +97,6 @@ LIBMENU?= ${DESTDIR}${LIBDIR}/libmenu.a LIBMILTER?= ${DESTDIR}${LIBDIR}/libmilter.a .endif LIBMP?= ${DESTDIR}${LIBDIR}/libmp.a -.if ${MK_NCP} != "no" -LIBNCP?= ${DESTDIR}${LIBDIR}/libncp.a -.endif LIBNCURSES?= ${DESTDIR}${LIBDIR}/libncurses.a LIBNCURSESW?= ${DESTDIR}${LIBDIR}/libncursesw.a LIBNETGRAPH?= ${DESTDIR}${LIBDIR}/libnetgraph.a diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index db2e765..2c1c04e 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -374,7 +374,6 @@ __DEFAULT_YES_OPTIONS = \ MAILWRAPPER \ MAKE \ MAN \ - NCP \ NDIS \ NETCAT \ NETGRAPH \ @@ -550,10 +549,6 @@ MK_CLANG:= no MK_GROFF:= no .endif -.if ${MK_IPX} == "no" -MK_NCP:= no -.endif - .if ${MK_MAIL} == "no" MK_MAILWRAPPER:= no MK_SENDMAIL:= no |