Somehow the module makefile got missed in the big commit.

This commit is contained in:
Nick Sayer 2000-07-21 15:09:25 +00:00
parent c023ba6ea6
commit edddbd723a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63727

View File

@ -0,0 +1,14 @@
# Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
#
# $FreeBSD$
.PATH: ${.CURDIR}/../../net
KMOD= if_tap
SRCS= if_tap.c opt_devfs.h opt_inet.h vnode_if.h
CLEANFILES+= opt_devfs.h opt_inet.h vnode_if.h
opt_inet.h:
echo "#define INET 1" > opt_inet.h
.include <bsd.kmod.mk>