64db83a8ab
encoding the relative path.
9 lines
153 B
Makefile
9 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
KMOD = if_xl
|
|
SRCS = if_xl.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
SRCS += miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|