]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/netgraph/sync_ar/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / sys / modules / netgraph / sync_ar / Makefile
1 # $FreeBSD$
2  
3 .PATH:  ${.CURDIR}/../../../dev/ar
4 KMOD    = ng_sync_ar
5 SRCS    = if_ar.c if_ar_isa.c if_ar_pci.c
6 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
7   
8 .if !defined(KERNBUILDDIR)
9 opt_netgraph.h:
10         echo "#define NETGRAPH" > opt_netgraph.h
11 .endif
12
13 .include <bsd.kmod.mk>