3ad525ef3c
devd.conf. Pointed out by: Larry Rosenman
10 lines
154 B
Makefile
10 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/re
|
|
|
|
KMOD= if_re
|
|
SRCS= if_re.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|