Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 10:36:09 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286571 - head/share/man/man4
Message-ID:  <201508101036.t7AAa9Ud074850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Mon Aug 10 10:36:08 2015
New Revision: 286571
URL: https://svnweb.freebsd.org/changeset/base/286571

Log:
  Hook up iwm.4 and iwmfw.4 to the build.

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Mon Aug 10 10:34:23 2015	(r286570)
+++ head/share/man/man4/Makefile	Mon Aug 10 10:36:08 2015	(r286571)
@@ -223,6 +223,8 @@ MAN=	aac.4 \
 	ispfw.4 \
 	iwi.4 \
 	iwifw.4 \
+	iwm.4 \
+	iwmfw.4 \
 	iwn.4 \
 	iwnfw.4 \
 	ixgb.4 \
@@ -629,6 +631,7 @@ MLINKS+=ipfirewall.4 ipaccounting.4 \
 MLINKS+=ipheth.4 if_ipheth.4
 MLINKS+=ipw.4 if_ipw.4
 MLINKS+=iwi.4 if_iwi.4
+MLINKS+=iwm.4 if_iwm.4
 MLINKS+=iwn.4 if_iwn.4
 MLINKS+=ixgb.4 if_ixgb.4
 MLINKS+=ixgbe.4 ix.4



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