ndis(4) not installed on amd64

Matteo Riondato matteo at freebsd.org
Mon Aug 22 12:14:55 UTC 2005


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)
-------------- next part --------------
--- 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


More information about the freebsd-doc mailing list