1 # $FreeBSD: releng/6.3/sys/modules/netgraph/sync_sr/Makefile 155500 2006-02-10 00:38:08Z yar $
2
3 .PATH: ${.CURDIR}/../../../dev/sr
4 KMOD = ng_sync_sr
5 SRCS = if_sr.c if_sr_isa.c if_sr_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>
Cache object: 47d9d7c2703a4f7f91be7f1e8fd896ed
|