mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
.PATH: ${SYSDIR}/net ${SYSDIR}/netinet ${SYSDIR}/netinet6
|
|
|
|
KMOD= if_gif
|
|
SRCS= if_gif.c opt_inet.h opt_inet6.h
|
|
SRCS.INET=in_gif.c
|
|
SRCS.INET6=in6_gif.c
|
|
|
|
.include <bsd.kmod.mk>
|