xref: /386bsd/usr/src/kernel/config/config.inet.mk (revision a2142627)
1#
2# INTERNET protocols, NFS, and usual complement of pseudo devices.
3#
4
5# inet network protocol  (BSD communications domain)
6.include "$S/inet/Makefile.inc"
7
8# network filesystem
9.include "$S/nfs/Makefile.inc"
10
11# pseudo devices (for use with network)
12.include "$S/pty/Makefile.inc"
13.include "$S/route/Makefile.inc"
14.include "$S/slip/Makefile.inc"
15.include "$S/loop/Makefile.inc"
16