xref: /freebsd/sys/modules/if_gif/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1193d9e76SEnji CooperSYSDIR?=${SRCTOP}/sys
2df3394b3SWarner Losh.include "${SYSDIR}/conf/kern.opts.mk"
3e1fe3dbaSRuslan Ermilov
4df3394b3SWarner Losh.PATH: ${SYSDIR}/net ${SYSDIR}/netinet ${SYSDIR}/netinet6
553dab5feSBrooks Davis
653dab5feSBrooks DavisKMOD=	if_gif
7e43b65f9SBjoern A. ZeebSRCS=	if_gif.c opt_inet.h opt_inet6.h
85ec32576SWarner LoshSRCS.INET=in_gif.c
95ec32576SWarner LoshSRCS.INET6=in6_gif.c
1053dab5feSBrooks Davis
11*5bb3134aSKonstantin BelousovEXPORT_SYMS=	YES
12*5bb3134aSKonstantin Belousov
1353dab5feSBrooks Davis.include <bsd.kmod.mk>
14