Deleted Added
full compact
Makefile (116735) Makefile (125771)
1# $FreeBSD: head/sys/modules/fatm/Makefile 116735 2003-06-23 14:46:12Z harti $
1# $FreeBSD: head/sys/modules/fatm/Makefile 125771 2004-02-13 10:11:01Z ru $
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5.PATH: ${.CURDIR}/../../dev/fatm
6
7KMOD= if_fatm
8SRCS= if_fatm.c device_if.h bus_if.h pci_if.h opt_inet.h opt_natm.h
9
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5.PATH: ${.CURDIR}/../../dev/fatm
6
7KMOD= if_fatm
8SRCS= if_fatm.c device_if.h bus_if.h pci_if.h opt_inet.h opt_natm.h
9
10# CFLAGS+= -DFATM_DEBUG=0 -DINVARIANT_SUPPORT -DINVARIANTS -g
11# LDFLAGS+= -g
10# CFLAGS+= -DFATM_DEBUG=0 -DINVARIANT_SUPPORT -DINVARIANTS
12
13opt_inet.h:
14 echo "#define INET 1" > opt_inet.h
15
16opt_natm.h:
17 echo "#define NATM 1" > opt_natm.h
18
19.include <bsd.kmod.mk>
11
12opt_inet.h:
13 echo "#define INET 1" > opt_inet.h
14
15opt_natm.h:
16 echo "#define NATM 1" > opt_natm.h
17
18.include <bsd.kmod.mk>