mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
10 lines
247 B
Makefile
10 lines
247 B
Makefile
SYSDIR?=${SRCTOP}/sys
|
|
.PATH: ${SYSDIR}/net ${SYSDIR}/netinet ${SYSDIR}/netinet6
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
KMOD= if_gre
|
|
SRCS= if_gre.c opt_inet.h opt_inet6.h opt_rss.h
|
|
SRCS.INET= ip_gre.c
|
|
SRCS.INET6= ip6_gre.c
|
|
|
|
.include <bsd.kmod.mk>
|