Deleted Added
full compact
Makefile (65374) Makefile (70711)
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 65374 2000-09-02 19:17:34Z phk $
3# $FreeBSD: head/sys/modules/if_tap/Makefile 70711 2001-01-06 14:00:42Z obrien $
4
4
5.PATH: ${.CURDIR}/../../net
6KMOD= if_tap
7SRCS= if_tap.c opt_inet.h vnode_if.h
5.PATH: ${.CURDIR}/../../net
8
6
7KMOD= if_tap
8SRCS= if_tap.c opt_inet.h vnode_if.h
9
9CLEANFILES+= opt_devfs.h opt_inet.h vnode_if.h
10
11opt_inet.h:
12 echo "#define INET 1" > opt_inet.h
13
14.include <bsd.kmod.mk>
10CLEANFILES+= opt_devfs.h opt_inet.h vnode_if.h
11
12opt_inet.h:
13 echo "#define INET 1" > opt_inet.h
14
15.include <bsd.kmod.mk>