64db83a8ab
encoding the relative path.
8 lines
148 B
Makefile
8 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/amr
|
|
KMOD = amr
|
|
SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|