1# $FreeBSD: stable/11/sys/modules/lmc/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3KMOD  = if_lmc
4.PATH: ${SRCTOP}/sys/dev/lmc
5
6SRCS  = if_lmc.c if_lmc.h
7SRCS += device_if.h bus_if.h pci_if.h
8SRCS += opt_inet.h opt_inet6.h
9SRCS += opt_netgraph.h
10SRCS += opt_bpf.h
11
12opt_netgraph.h:
13	echo "#define NETGRAPH 1" > ${.TARGET}
14
15.include <bsd.kmod.mk>
16