aeaed50898
opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too.
11 lines
221 B
Makefile
11 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/an
|
|
|
|
KMOD= if_an
|
|
SRCS= if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c
|
|
SRCS+= opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
|
|
SRCS+= pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|