Deleted Added
full compact
Makefile (151350) Makefile (162711)
1# Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
2#
1# Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
2#
3# $FreeBSD: head/sys/modules/if_tap/Makefile 151350 2005-10-14 23:30:17Z yar $
3# $FreeBSD: head/sys/modules/if_tap/Makefile 162711 2006-09-27 19:57:02Z ru $
4
5.PATH: ${.CURDIR}/../../net
6
7KMOD= if_tap
4
5.PATH: ${.CURDIR}/../../net
6
7KMOD= if_tap
8SRCS= if_tap.c opt_inet.h vnode_if.h
8SRCS= if_tap.c opt_compat.h opt_inet.h vnode_if.h
9
10.if !defined(KERNBUILDDIR)
9
10.if !defined(KERNBUILDDIR)
11opt_compat.h:
12 echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
13
11opt_inet.h:
12 echo "#define INET 1" > opt_inet.h
13.endif
14
15.include <bsd.kmod.mk>
14opt_inet.h:
15 echo "#define INET 1" > opt_inet.h
16.endif
17
18.include <bsd.kmod.mk>