diff options
Diffstat (limited to 'share/man/man4/man4.i386/Makefile')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile new file mode 100644 index 000000000000..677d77eb3858 --- /dev/null +++ b/share/man/man4/man4.i386/Makefile @@ -0,0 +1,48 @@ +# $FreeBSD$ + +MAN= aic.4 \ + alpm.4 \ + amdpm.4 \ + apm.4 \ + ce.4 \ + cp.4 \ + CPU_ELAN.4 \ + cs.4 \ + ct.4 \ + ctau.4 \ + dpms.4 \ + cx.4 \ + ep.4 \ + ex.4 \ + fe.4 \ + glxsb.4 \ + ie.4 \ + longrun.4 \ + mcd.4 \ + mse.4 \ + npx.4 \ + padlock.4 \ + pae.4 \ + pbio.4 \ + pcf.4 \ + perfmon.4 \ + pnp.4 \ + pnpbios.4 \ + sbni.4 \ + scd.4 \ + smapi.4 \ + snc.4 \ + streams.4 \ + svr4.4 \ + viapm.4 \ + vpd.4 \ + vx.4 \ + wl.4 + +MLINKS= CPU_ELAN.4 CPU_SOEKRIS.4 +MLINKS+=pae.4 PAE.4 +MLINKS+=sbni.4 if_sbni.4 + +MANSUBDIR=/i386 + +.include <bsd.prog.mk> |