Add NETATALK, and be pedantic with a few comments.

This commit is contained in:
scottr 1997-07-25 19:53:59 +00:00
parent 9f1056ccbf
commit 0f06fa608f
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.64 1997/05/07 00:32:44 lukem Exp $
# $NetBSD: GENERIC,v 1.65 1997/07/25 19:53:59 scottr Exp $
#
# GENERIC
@ -32,7 +32,7 @@ options COMPAT_12 # NetBSD 1.2 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
# Filesystem options
# File systems
file-system FFS # Berkeley Fast Filesystem
file-system NFS # Sun NFS-compatible filesystem client
file-system KERNFS # kernel data-structure filesystem
@ -47,7 +47,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system UNION # union file system
file-system MSDOSFS # MS-DOS FAT filesystem(s).
# Filesystem options
# File system options
options QUOTA # FFS quotas
options NFSSERVER # Sun NFS-compatible filesystem server
options FIFO # POSIX fifo support (in all filesystems)
@ -59,6 +59,7 @@ options GATEWAY # IP packet forwarding
#options ISO,TPIP # OSI networking
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking
options PPP_BSDCOMP # PPP header compression
options PPP_DEFLATE # PPP-Deflate compression
options PFIL_HOOKS # pfil(9) packet filter hooks.