xref: /dragonfly/sys/dev/netif/fwe/Makefile (revision 63e03116)
1# $FreeBSD: src/sys/modules/firewire/fwe/Makefile,v 1.2.2.2 2003/04/28 03:29:19 simokawa Exp $
2
3# Makefile for the fwe(4) module (Ethernet over IEEE1394)
4
5KMOD=	if_fwe
6SRCS=	if_fwe.c
7SRCS+=	bus_if.h device_if.h opt_inet.h opt_ifpoll.h
8
9.ifndef KERNBUILDDIR
10opt_ifpoll.h:
11	echo '#define IFPOLL_ENABLE 1' > ${.OBJDIR}/${.TARGET}
12.endif
13
14.include <bsd.kmod.mk>
15