]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/lmc/Makefile
move linux*_locore.s and linux*_support.s to SRCS, remove the OBJS
[FreeBSD/FreeBSD.git] / sys / modules / lmc / Makefile
1 # $FreeBSD$
2
3 KMOD  = if_lmc
4 .PATH: ${.CURDIR}/../../dev/lmc
5
6 SRCS  = if_lmc.c if_lmc.h
7 SRCS += device_if.h bus_if.h pci_if.h
8 SRCS += opt_inet.h opt_inet6.h
9 SRCS += opt_netgraph.h
10 SRCS += opt_global.h
11 SRCS += opt_bpf.h
12
13 opt_netgraph.h:
14         echo "#define NETGRAPH 1" > ${.TARGET}
15 opt_global.h:
16         echo "#define ALTQ 1"     > ${.TARGET}
17
18 .include <bsd.kmod.mk>