]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/netmap/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / netmap / Makefile
1 # $FreeBSD$
2 #
3 # Compile netmap as a module, useful if you want a netmap bridge
4 # or loadable drivers.
5
6 .PATH: ${.CURDIR}/../../dev/netmap
7 .PATH.h: ${.CURDIR}/../../net
8 KMOD    = netmap
9 SRCS    = device_if.h bus_if.h opt_netmap.h
10 SRCS    += netmap.c netmap.h netmap_kern.h
11
12 netmap.o: netmap_mem2.c
13
14 .include <bsd.kmod.mk>