1# Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
2#
3# $FreeBSD: releng/11.0/sys/modules/if_tap/Makefile 269540 2014-08-04 22:37:02Z imp $
4
5.PATH: ${.CURDIR}/../../net
6
7KMOD=	if_tap
8SRCS=	if_tap.c opt_compat.h opt_inet.h vnode_if.h
9
10.if !defined(KERNBUILDDIR)
11opt_compat.h:
12	echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
13.endif
14
15.include <bsd.kmod.mk>
16