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