]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/sync_sr/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / sync_sr / Makefile
1 # $FreeBSD$
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" > ${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>