summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-28 03:22:55 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-28 03:22:55 +0000
commit9d933bf12d89867174fa45b35104226a40baf450 (patch)
tree8688d633d3c8d58fd5b4eae74a8705a6328f0fa7 /sys
parent87438b8ee3e279d658cd4e1c5bd6e2441dd09713 (diff)
Add ip_ether.c
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9523513fbec..f067023e533 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.129 1999/09/19 06:52:08 csapuntz Exp $
+# $OpenBSD: files,v 1.130 1999/10/28 03:22:54 angelos Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -481,6 +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_ah.c inet & ipsec
file netinet/ip_esp.c inet & ipsec
file netinet/ip_xform.c inet & ipsec