diff options
author | julian <julian@FreeBSD.org> | 1996-06-18 10:20:16 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1996-06-18 10:20:16 +0000 |
commit | ed39fae1fc3a4d4a31b4533479452d9f4c59580d (patch) | |
tree | 6cac408d154cd92624115d96d8139d7e25842bf8 /sys | |
parent | 8f301d8e14ed602bd8f831234f3797efb91320ea (diff) | |
download | FreeBSD-src-ed39fae1fc3a4d4a31b4533479452d9f4c59580d.zip FreeBSD-src-ed39fae1fc3a4d4a31b4533479452d9f4c59580d.tar.gz |
As we have appletalk protocol support we might as well show
how to get it..
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index af2409f..d62179c 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.264 1996/06/14 09:42:52 asami Exp $ +# $Id: LINT,v 1.265 1996/06/16 20:04:47 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -174,6 +174,8 @@ options IPTUNNEL #IP in IPX encapsulation (not available) options IPXPRINTFS=0 #IPX/SPX Console Debugging Information options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information +options NETATALK #Appletalk communications protocols + # These are currently broken and are no longer shipped due to lack # of interest. #options CCITT #X.25 network layer diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index af2409f..d62179c 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.264 1996/06/14 09:42:52 asami Exp $ +# $Id: LINT,v 1.265 1996/06/16 20:04:47 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -174,6 +174,8 @@ options IPTUNNEL #IP in IPX encapsulation (not available) options IPXPRINTFS=0 #IPX/SPX Console Debugging Information options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information +options NETATALK #Appletalk communications protocols + # These are currently broken and are no longer shipped due to lack # of interest. #options CCITT #X.25 network layer diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index af2409f..d62179c 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.264 1996/06/14 09:42:52 asami Exp $ +# $Id: LINT,v 1.265 1996/06/16 20:04:47 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -174,6 +174,8 @@ options IPTUNNEL #IP in IPX encapsulation (not available) options IPXPRINTFS=0 #IPX/SPX Console Debugging Information options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information +options NETATALK #Appletalk communications protocols + # These are currently broken and are no longer shipped due to lack # of interest. #options CCITT #X.25 network layer |