xref: /386bsd/usr/src/kernel/kern/socket/Makefile.inc (revision a2142627)
1#
2# Makefile for the socket subsystem of the kernel. -wfj
3# $Id: Makefile.inc,v 1.1 94/10/19 23:49:47 bill Exp $
4#
5
6.PATH:	$S/kern/socket
7KERN_SRCS+= \
8	domain.c mbuf.c sock_fops.c sock_sys.c sockbuf.c sockconn.c sockops.c
9
10SYMBOLS+= socket.symbols
11# MAN9+=	sockbuf.0 sockops.0 domain.0 protosw.0
12