Author: philip Date: Mon Nov 28 16:25:27 2011 New Revision: 228077 URL: http://svn.freebsd.org/changeset/base/228077
Log: Only install the sfxge(4) manpage on amd64, while the driver is amd64-only. Pointed out by: bz Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Mon Nov 28 16:07:26 2011 (r228076) +++ head/share/man/man4/Makefile Mon Nov 28 16:25:27 2011 (r228077) @@ -378,7 +378,7 @@ MAN= aac.4 \ send.4 \ ses.4 \ sf.4 \ - sfxge.4 \ + ${_sfxge.4} \ sge.4 \ si.4 \ siba.4 \ @@ -718,6 +718,7 @@ MLINKS+=lindev.4 full.4 .if ${MACHINE_CPUARCH} == "amd64" _qlxgb.4= qlxgb.4 +_sfxge.4= sfxge.4 .endif .if ${MACHINE_CPUARCH} == "powerpc" _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"