summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tap/Makefile
blob: 29e0a903053da513e67fcf0b8fc1f646af29764c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
#
# $FreeBSD$

.PATH: ${.CURDIR}/../../net

KMOD=	if_tap
SRCS=	if_tap.c 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