Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2005 14:14:52 +0200
From:      Matteo Riondato <matteo@freebsd.org>
To:        freebsd-doc@freebsd.org
Subject:   ndis(4) not installed on amd64
Message-ID:  <20050822121452.GF941@kaiser.sig11.org>

next in thread | raw e-mail | index | archive | help

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi folks,
I noticed ndis(4) doesn't get installed on amd64 systems, while other
ndis* man pages are. 

ndis(4) source is src/share/man/man4/man4.i386/ndis.4 . To solve this
issue, ndis.4 should be moved to src/share/man/man4 and the attached
patch should be applied to src/share/man/man4/Makefile.
Best Regards
-- 
Matteo Riondato
FreeBSD Volunteer (http://freebsd.org)
G.U.F.I. Staff Member (http://www.gufi.org)
FreeSBIE Developer (http://www.freesbie.org)

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Makefile.diff"

--- Makefile.old	Mon Aug 22 14:10:59 2005
+++ Makefile	Mon Aug 22 14:12:28 2005
@@ -161,6 +161,7 @@
 	natmip.4 \
 	ncr.4 \
 	ncv.4 \
+	${_ndis.4} \
 	netgraph.4 \
 	netintro.4 \
 	ng_async.4 \
@@ -432,6 +433,7 @@
 MLINKS+=mem.4 kmem.4
 MLINKS+=mn.4 if_mn.4
 MLINKS+=my.4 if_my.4
+MLINKS+=ndis.4 if_ndis.4
 MLINKS+=netintro.4 net.4 \
 	netintro.4 networking.4
 MLINKS+=nge.4 if_nge.4
@@ -482,6 +484,8 @@
 MLINKS+=xl.4 if_xl.4
 
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
+_ndis.4=	ndis.4
+_if_ndis.4= if_ndis.4
 _nve.4=		nve.4
 _if_nve.4=	if_nve.4
 .endif

--ReaqsoxgOBHFXBhH--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050822121452.GF941>