
This commit (temporarily) leaves MINIX 3 without a TCP/IP service. Thanks go out to Philip Homburg for providing this TCP/IP stack in the first place. It has served MINIX well for a long time. Change-Id: I0e3eb6fe64204081e4e3c2b9d6e6bd642f121973
14 lines
358 B
Makefile
14 lines
358 B
Makefile
MAN= console.4 controller.4 dev.4 fd.4 lp.4 mtio.4 tty.4
|
|
|
|
MLINKS += console.4 keyboard.4
|
|
MLINKS += controller.4 disk.4
|
|
MLINKS += controller.4 tape.4
|
|
MLINKS += controller.4 at.4
|
|
MLINKS += controller.4 bios.4
|
|
MLINKS += controller.4 esdi.4
|
|
MLINKS += controller.4 aha1540.4
|
|
MLINKS += controller.4 ncr810.4
|
|
MLINKS += controller.4 dosfile.4
|
|
|
|
.include <bsd.man.mk>
|