diff options
Diffstat (limited to 'share/man/man4/man4.i386/Makefile')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 17702805c0407..979c5c77756c4 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,10 +1,9 @@ # @(#)Makefile 0.1 (RWGrimes) 3/25/93 -MAN4= com.4 keyboard.4 lpa.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4 +MAN4= com.4 keyboard.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4 tw.4 MLINKS= com.4 ../com.4 MLINKS+= keyboard.4 ../keyboard.4 -MLINKS+= lpa.4 ../lpa.4 MLINKS+= lpt.4 ../lpt.4 MLINKS+= mem.4 ../mem.4 MLINKS+= mem.4 ../kmem.4 @@ -13,6 +12,7 @@ MLINKS+= npx.4 ../npx.4 MLINKS+= screen.4 ../screen.4 MLINKS+= sio.4 ../sio.4 MLINKS+= spkr.4 ../spkr.4 +MLINKS+= tw.4 ../tw.4 MANSUBDIR=/i386 |