c21dee177f
This first shot only incorporaties so much functionality that DOOM can run (the X version), signal handling is VERY weak, so is many other things. But it meets my milestone number one (you guessed it - running DOOM). Uses /compat/linux as prefix for loading shared libs, so it won't conflict with our own libs. Kernel must be compiled with "options COMPAT_LINUX" for this to work.
12 lines
254 B
Makefile
12 lines
254 B
Makefile
# $Id: Makefile,v 1.10 1995/06/13 20:51:13 wollman Exp $
|
|
|
|
SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
|
|
ipfw kernfs linux msdos nfs nullfs \
|
|
portal procfs socksys syscons umapfs union
|
|
#
|
|
# Doesn't work:
|
|
# mfs
|
|
#
|
|
|
|
.include <bsd.subdir.mk>
|