xref: /386bsd/usr/src/kernel/kern/Makefile.inc (revision a2142627)
1#
2# Makefile for the kernel of the kernel (kern) module. -wfj
3#
4# $Id: Makefile.inc,v 1.1 94/10/20 00:02:43 bill Exp $
5
6.PATH:	$S/kern
7KERN_SRCS+= \
8	clock.c config.c cred.c descrip.c execve.c exit.c fork.c sysent.c \
9	host.c kinfo.c lock.c main.c malloc.c physio.c priv.c \
10	proc.c prof.c ptrace.c reboot.c resource.c sig.c synch.c time.c \
11	ldisc.c
12
13SYMBOLS+= kern.symbols
14MAN9+=	malloc.0 # kinfo.0 io.0 priv.0 process.0 config.0 lock.0
15#	host.0 time.0 memory.0
16MAN5+=	core.0
17MAN4+=	fd.0 # ldisc.0 kern.0
18
19.include "$S/kern/fs/Makefile.inc"
20.include "$S/kern/$(MACHINE)/Makefile.inc"
21.include "$S/kern/net/Makefile.inc"
22.include "$S/kern/socket/Makefile.inc"
23.include "$S/kern/subr/Makefile.inc"
24.include "$S/kern/vm/Makefile.inc"
25
26# .include <bsd.kernel.mk>
27