diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-04-07 14:42:55 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-04-07 14:42:55 +0000 |
commit | 68fa0789d5d97a2e4c24c731f27aa3ac53443dcb (patch) | |
tree | d0cda93f1b47d4cc50c68a5b1624c22202fe54fd /share | |
parent | 1f94ee27968b1aa23d58ad3c398e034b8afddfff (diff) | |
download | FreeBSD-src-68fa0789d5d97a2e4c24c731f27aa3ac53443dcb.zip FreeBSD-src-68fa0789d5d97a2e4c24c731f27aa3ac53443dcb.tar.gz |
Dangit, forgot to add ti.4 to Makefile.
Pointed out by: bde
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 84e2c3d..1866fab 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.100 1999/02/21 16:56:33 n_hibma Exp $ +# $Id: Makefile,v 1.101 1999/03/11 14:10:31 yokota Exp $ MAN4= adv.4 adw.4 aha.4 ahb.4 ahc.4 aic.4 alpm.4 apm.4 ar.4 asc.4 atkbd.4 \ atkbdc.4 ax.4 bktr.4 bt.4 cs.4 cx.4 cy.4 de.4 \ @@ -7,8 +7,8 @@ MAN4= adv.4 adw.4 aha.4 ahb.4 ahc.4 aic.4 alpm.4 apm.4 ar.4 asc.4 atkbd.4 \ mem.4 meteor.4 mouse.4 mse.4 mtio.4 mx.4 ncr.4 npx.4 \ ohci.4 pcf.4 pcm.4 pcvt.4 perfmon.4 pn.4 pnp.4 ppc.4 psm.4 \ rdp.4 rl.4 sb.4 scd.4 screen.4 si.4 sio.4 \ - spkr.4 splash.4 sr.4 syscons.4 sysmouse.4 tl.4 tw.4 tx.4 uhci.4 usb.4 \ - vga.4 vr.4 vx.4 \ + spkr.4 splash.4 sr.4 syscons.4 sysmouse.4 ti.4 tl.4 tw.4 tx.4 uhci.4 \ + usb.4 vga.4 vr.4 vx.4 \ wb.4 wd.4 wfd.4 wl.4 wt.4 xl.4 ze.4 zp.4 MLINKS= adv.4 ../adv.4 @@ -78,6 +78,7 @@ MLINKS+= splash.4 ../splash.4 splash.4 screensaver.4 splash.4 ../screensaver.4 MLINKS+= sr.4 ../sr.4 MLINKS+= syscons.4 ../syscons.4 MLINKS+= sysmouse.4 ../sysmouse.4 +MLINKS+= ti.4 ../ti.4 MLINKS+= tl.4 ../tl.4 MLINKS+= tw.4 ../tw.4 MLINKS+= tx.4 ../tx.4 |