diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-21 00:20:52 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-21 00:20:52 +0000 |
| commit | 2ced21c71d1a2343bc345bb7edbd00ceb25f2564 (patch) | |
| tree | a86b2a880c15fa1226c81486ec49c6e631537fd7 | |
| parent | 2e9061daf8f202eb770dff62a84e1dac7b4af1e3 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 00aa9160cc71..887236849cfd 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -4,7 +4,7 @@ MAN4= aha.4 ahb.4 ahc.4 apm.4 ar.4 asc.4 bt.4 cx.4 cy.4 dgb.4 \ ed.4 gsc.4 fdc.4 fe.4 ie.4 io.4 \ joy.4 keyboard.4 labpc.4 lp.4 lpt.4 matcd.4 mcd.4 mem.4 meteor.4 \ mse.4 mtio.4 nca.4 npx.4 pcvt.4 qcam.4 scd.4 screen.4 sea.4 si.4 sio.4 \ - spkr.4 tw.4 uha.4 wd.4 + spkr.4 tw.4 uha.4 vx.4 wd.4 MLINKS= aha.4 ../aha.4 MLINKS+= ahb.4 ../ahb.4 @@ -46,6 +46,7 @@ MLINKS+= spkr.4 ../spkr.4 MLINKS+= tw.4 ../tw.4 MLINKS+= uha.4 ../uha.4 MLINKS+= wd.4 ../wd.4 +MLINKS+= vx.4 ../vx.4 MANSUBDIR=/i386 |
