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
|
|
|
|
SRCS= if_tap.c opt_inet.h vnode_if.h
|
2000-07-21 15:09:25 +00:00
|
|
|
|
|
|
|
opt_inet.h:
|
|
|
|
echo "#define INET 1" > opt_inet.h
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|