mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/dragon
|
|
|
|
KMOD= dragon_saver
|
|
SRCS= dragon_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|