mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Install mse man page, and create link for it
This commit is contained in:
parent
4b4d7f421c
commit
976608fbb1
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# @(#)Makefile 0.1 (RWGrimes) 3/25/93
|
||||
|
||||
MAN4= com.4 keyboard.4 lpa.4 lpt.4 mem.4 npx.4 screen.4 sio.4 spkr.4
|
||||
MAN4= com.4 keyboard.4 lpa.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4
|
||||
|
||||
MLINKS= com.4 ../com.4
|
||||
MLINKS+= keyboard.4 ../keyboard.4
|
||||
|
|
@ -8,6 +8,7 @@ MLINKS+= lpa.4 ../lpa.4
|
|||
MLINKS+= lpt.4 ../lpt.4
|
||||
MLINKS+= mem.4 ../mem.4
|
||||
MLINKS+= mem.4 ../kmem.4
|
||||
MLINKS+= mse.4 ../mse.4
|
||||
MLINKS+= npx.4 ../npx.4
|
||||
MLINKS+= screen.4 ../screen.4
|
||||
MLINKS+= sio.4 ../sio.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue