# Copyright (C) 1999-2000 by Maksim Yevmenkin # # $FreeBSD: head/sys/modules/if_tap/Makefile 151350 2005-10-14 23:30:17Z yar $ .PATH: ${.CURDIR}/../../net KMOD= if_tap SRCS= if_tap.c opt_inet.h vnode_if.h .if !defined(KERNBUILDDIR) opt_inet.h: echo "#define INET 1" > opt_inet.h .endif .include