summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2024-07-13 13:20:45 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2024-07-13 13:20:45 +0000
commit5d35357818d792fdee494a81654a66789cf42b67 (patch)
tree939aabb49de7b00704db807618d8d43050682d0f /sys/conf
parent7794e25a9ba52e347aa9372f84875d1fb0ff4c98 (diff)
Add condition to ip_gre.c in files.
Use gre condition in conf/files for compiling netinet/ip_gre.c only if needed. Remove #if NGRE > 0 from ip_gre.c that caused ramdisk build to compile an empty C file. OK kn@ deraadt@; input jsg@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1be0a066e34..a97e3ef225e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.733 2024/06/12 12:54:54 bluhm Exp $
+# $OpenBSD: files,v 1.734 2024/07/13 13:20:44 bluhm Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -898,7 +898,7 @@ file netinet/tcp_subr.c
file netinet/tcp_timer.c
file netinet/tcp_usrreq.c
file netinet/udp_usrreq.c
-file netinet/ip_gre.c
+file netinet/ip_gre.c gre
file netinet/ip_ipsp.c ipsec | tcp_signature
file netinet/ip_spd.c ipsec | tcp_signature
file netinet/ip_ipip.c