]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/fatm/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / fatm / Makefile
1 # $FreeBSD$
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4 #
5 .PATH: ${.CURDIR}/../../dev/fatm
6
7 KMOD=   if_fatm
8 SRCS=   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
11
12 .if !defined(KERNBUILDDIR)
13 opt_inet.h:
14         echo "#define INET 1" > ${.TARGET}
15
16 opt_natm.h:
17         echo "#define NATM 1" > ${.TARGET}
18 .endif
19
20 .include <bsd.kmod.mk>