# This file gets included by the Makefile in this directory to determine
# the files that should go only into source distributions.

COBJS = \
	bios.c \
	biosfs.c \
	block_IO.c \
	bootmenu.c \
	cnf_mint.c \
	cnf.c \
	cmdline.c \
	console.c \
	cookie.c \
	crypt_IO.c \
	debug.c \
	delay.c \
	dev-mouse.c \
	dev-null.c \
	dma.c \
	dos.c \
	dosdir.c \
	dosfile.c \
	dosmem.c \
	dossig.c \
	fatfs.c \
	filesys.c \
	floppy.c \
	global.c \
	gmon.c \
	init.c \
	ipc_socket.c \
	ipc_socketdev.c \
	ipc_socketutil.c \
	ipc_unix.c \
	ipc_unix_cache.c \
	ipc_unix_dgram.c \
	ipc_unix_stream.c \
	k_exec.c \
	k_exit.c \
	k_fds.c \
	k_fork.c \
	k_kthread.c \
	k_prot.c \
	k_resource.c \
	k_semaphore.c \
	k_sysctl.c \
	kentry.c \
	kerinfo.c \
	kernfs.c \
	kernget.c \
	keyboard.c \
	kmemory.c \
	mcount.c \
	memory.c \
	mis.c \
	module.c \
	nullfs.c \
	pipefs.c \
	proc.c \
	proc_help.c \
	proc_wakeup.c \
	procfs.c \
	profil.c \
	ptrace.c \
	pun.c \
	ramfs.c \
	random.c \
	rendez.c \
	scsidrv.c \
	semaphores.c \
	shmfs.c \
	signal.c \
	slb.c \
	ssystem.c \
	sys_emu.c \
	syscall_vectors.c \
	sysv_ipc.c \
	sysv_msg.c \
	sysv_sem.c \
	sysv_shm.c \
	time.c \
	timeout.c \
	tosfs.c \
	tty.c \
	umemory.c \
	unicode.c \
	unifs.c \
	update.c \
	util.c \
	xbios.c \
	xfs_xdd.c \
	xhdi.c

SRCFILES = $(COBJS)
