Deleted Added
full compact
Makefile (132033) Makefile (151350)
1# $FreeBSD: head/sys/modules/firewire/fwip/Makefile 132033 2004-07-12 13:12:56Z dfr $
1# $FreeBSD: head/sys/modules/firewire/fwip/Makefile 151350 2005-10-14 23:30:17Z yar $
2
3# Makefile for the fwip(4) module (IP over IEEE1394)
4
5.PATH: ${.CURDIR}/../../../dev/firewire ${.CURDIR}/../../../net
6
7KMOD = if_fwip
8SRCS = bus_if.h device_if.h \
9 opt_inet.h opt_inet6.h opt_mac.h \
10 if_fwip.c if_fwipvar.h \
11 firewire.h firewirereg.h \
12 if_fwsubr.c
13
2
3# Makefile for the fwip(4) module (IP over IEEE1394)
4
5.PATH: ${.CURDIR}/../../../dev/firewire ${.CURDIR}/../../../net
6
7KMOD = if_fwip
8SRCS = bus_if.h device_if.h \
9 opt_inet.h opt_inet6.h opt_mac.h \
10 if_fwip.c if_fwipvar.h \
11 firewire.h firewirereg.h \
12 if_fwsubr.c
13
14.if !defined(KERNBUILDDIR)
14opt_inet.h:
15 echo "#define INET 1" > ${.TARGET}
15opt_inet.h:
16 echo "#define INET 1" > ${.TARGET}
17.endif
16
17#CFLAGS += -DDEVICE_POLLING
18
19.include <bsd.kmod.mk>
18
19#CFLAGS += -DDEVICE_POLLING
20
21.include <bsd.kmod.mk>