]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/if_tap/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / modules / if_tap / Makefile
1 # Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
2 #
3 # $FreeBSD$
4
5 .PATH: ${.CURDIR}/../../net
6
7 KMOD=   if_tap
8 SRCS=  if_tap.c opt_compat.h opt_inet.h vnode_if.h
9
10 .if !defined(KERNBUILDDIR)
11 opt_compat.h:
12         echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
13
14 opt_inet.h:
15         echo "#define INET 1" > opt_inet.h
16 .endif
17
18 .include <bsd.kmod.mk>