mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/syscons/warp
|
|
|
|
KMOD= warp_saver
|
|
SRCS= warp_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|