diff options
author | 2004-07-15 12:11:36 +0000 | |
---|---|---|
committer | 2004-07-15 12:11:36 +0000 | |
commit | c7be60bb3abc9c2aa2e32618c7a5d8fee2e47a4e (patch) | |
tree | 29f5206ed4bfbe9d138f9b0e0583e2ba041a1ce9 | |
parent | bye bye netiso, you won't be missed (diff) | |
download | wireguard-openbsd-c7be60bb3abc9c2aa2e32618c7a5d8fee2e47a4e.tar.xz wireguard-openbsd-c7be60bb3abc9c2aa2e32618c7a5d8fee2e47a4e.zip |
remove commented-out netiso stuff
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 57f2ea50aad..0ffe1492283 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.107 2004/05/28 08:16:23 grange Exp $ +# $OpenBSD: GENERIC,v 1.108 2004/07/15 12:11:36 henning Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -70,8 +70,6 @@ option IPSEC # IPsec #option NSIP # XNS tunneling over IP #option IPX # IPX+SPX #option IPXIP # IPX tunneling over IP -#option ISO,TPIP # OSI -#option EON # OSI tunneling over IP #option NETATALK # AppleTalk #option CCITT,LLC,HDLC # X.25 option PPP_BSDCOMP # PPP BSD compression |