2000-07-21 15:09:25 +00:00
|
|
|
# Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
|
|
|
|
KMOD= if_tap
|
2006-09-27 19:57:02 +00:00
|
|
|
SRCS= if_tap.c opt_compat.h opt_inet.h vnode_if.h
|
2000-07-21 15:09:25 +00:00
|
|
|
|
2005-10-14 23:30:17 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2006-09-27 19:57:02 +00:00
|
|
|
opt_compat.h:
|
|
|
|
echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
|
|
|
|
|
2000-07-21 15:09:25 +00:00
|
|
|
opt_inet.h:
|
2008-09-01 23:59:00 +00:00
|
|
|
echo "#define INET 1" > ${.TARGET}
|
2005-10-14 23:30:17 +00:00
|
|
|
.endif
|
2000-07-21 15:09:25 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|