mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/utopia
|
|
|
|
KMOD= utopia
|
|
SRCS= utopia.c suni.c idtphy.c bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|