mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/syscons/warp
|
|
|
|
KMOD= warp_saver
|
|
SRCS= warp_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|