diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-29 01:46:49 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-29 01:46:49 +0000 |
commit | a2bfc13cb1bf4e4668c925ac0d89855add92a63c (patch) | |
tree | 44444377af725d10d7012259751ac74f7c689968 | |
parent | 0a1d3ff60f2f6498738668a99663a859f15e5dd9 (diff) |
ip_ether.c depends on bridge as well
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index f067023e533..4f1bef6ab87 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.130 1999/10/28 03:22:54 angelos Exp $ +# $OpenBSD: files,v 1.131 1999/10/29 01:46:48 angelos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -481,7 +481,7 @@ file netinet/ip_auth.c ipfilter file netinet/ip_log.c ipfilter file netinet/ip_ipsp.c inet & (ipsec | tcp_signature) file netinet/ip_ip4.c inet & (ipsec | mrouting) -file netinet/ip_ether.c inet & ipsec +file netinet/ip_ether.c inet & ipsec & bridge file netinet/ip_ah.c inet & ipsec file netinet/ip_esp.c inet & ipsec file netinet/ip_xform.c inet & ipsec |