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/star
|
|
|
|
KMOD= star_saver
|
|
SRCS= star_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|