freebsd-dev/sys/modules/if_tap/Makefile
Ruslan Ermilov 7206243f04 Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mk
automatically removes opt_*.h and if_*.h found in SRCS.
2004-09-01 07:12:24 +00:00

14 lines
236 B
Makefile

# 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
opt_inet.h:
echo "#define INET 1" > opt_inet.h
.include <bsd.kmod.mk>