mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/snake
|
|
|
|
KMOD= snake_saver
|
|
SRCS= snake_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|