mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_map
|
|
SRCS= geom_map.c bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|