summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gre/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-02-18 15:25:25 +0000
committerimp <imp@FreeBSD.org>2015-02-18 15:25:25 +0000
commitd5afe93db40a1ca96aa5767b6ce6ec6651d7cdde (patch)
tree5027fd60828ee5facbf05104b9c4c43a213fe224 /sys/modules/if_gre/Makefile
parentb15fc5d0e7a704fbe759415abfae02ac62875c27 (diff)
downloadFreeBSD-src-d5afe93db40a1ca96aa5767b6ce6ec6651d7cdde.zip
FreeBSD-src-d5afe93db40a1ca96aa5767b6ce6ec6651d7cdde.tar.gz
Clean up a bit of the INET/INET6 mess wrt options.
Diffstat (limited to 'sys/modules/if_gre/Makefile')
-rw-r--r--sys/modules/if_gre/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/modules/if_gre/Makefile b/sys/modules/if_gre/Makefile
index b1d370a..bb8ed05 100644
--- a/sys/modules/if_gre/Makefile
+++ b/sys/modules/if_gre/Makefile
@@ -6,13 +6,7 @@ SYSDIR?=${.CURDIR}/../..
KMOD= if_gre
SRCS= if_gre.c opt_inet.h opt_inet6.h
-
-.if ${MK_INET_SUPPORT} != "no"
-SRCS+= ip_gre.c
-.endif
-
-.if ${MK_INET6_SUPPORT} != "no"
-SRCS+= ip6_gre.c
-.endif
+SRCS.INET= ip_gre.c
+SRCS.INET6= ip6_gre.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud