1 # $FreeBSD: src/sys/modules/netgraph/sync_ar/Makefile,v 1.2 2001/04/16 13:20:39 jhay Exp $
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 opt_netgraph.h:
9 echo "#define NETGRAPH" > opt_netgraph.h
10
11 .include <bsd.kmod.mk>
Cache object: cee853720773c261c954df18385b5555
|