svn commit: r217971 - stable/7/share/man/man4

Pyun YongHyeon yongari at FreeBSD.org
Thu Jan 27 19:38:03 UTC 2011


Author: yongari
Date: Thu Jan 27 19:38:03 2011
New Revision: 217971
URL: http://svn.freebsd.org/changeset/base/217971

Log:
  MFC r182771:
    Hook up ixgbe(4) to the build.  D'oh!

Modified:
  stable/7/share/man/man4/Makefile
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/Makefile
==============================================================================
--- stable/7/share/man/man4/Makefile	Thu Jan 27 19:37:01 2011	(r217970)
+++ stable/7/share/man/man4/Makefile	Thu Jan 27 19:38:03 2011	(r217971)
@@ -146,6 +146,7 @@ MAN=	aac.4 \
 	ispfw.4 \
 	iwi.4 \
 	ixgb.4 \
+	ixgbe.4 \
 	jme.4 \
 	joy.4 \
 	kbdmux.4 \
@@ -493,6 +494,7 @@ MLINKS+=ipfirewall.4 ipaccounting.4 \
 MLINKS+=ipw.4 if_ipw.4
 MLINKS+=iwi.4 if_iwi.4
 MLINKS+=ixgb.4 if_ixgb.4
+MLINKS+=ixgbe.4 if_ixgbe.4
 MLINKS+=kue.4 if_kue.4
 MLINKS+=lagg.4 trunk.4
 MLINKS+=le.4 if_le.4


More information about the svn-src-stable-7 mailing list