summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tap
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2000-07-21 15:09:25 +0000
committernsayer <nsayer@FreeBSD.org>2000-07-21 15:09:25 +0000
commitb1af70acb1dae1ef316c5599f2ab2435e090fcf6 (patch)
tree5a28a52492f3e9c745e28b9cce471cc4096194ba /sys/modules/if_tap
parent8acfef55ff6c4fb176f41a7f94056616ba98be68 (diff)
downloadFreeBSD-src-b1af70acb1dae1ef316c5599f2ab2435e090fcf6.zip
FreeBSD-src-b1af70acb1dae1ef316c5599f2ab2435e090fcf6.tar.gz
Somehow the module makefile got missed in the big commit.
Diffstat (limited to 'sys/modules/if_tap')
-rw-r--r--sys/modules/if_tap/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/if_tap/Makefile b/sys/modules/if_tap/Makefile
new file mode 100644
index 0000000..6774484
--- /dev/null
+++ b/sys/modules/if_tap/Makefile
@@ -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>
OpenPOWER on IntegriCloud