mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
17d6c63672
Not objected to by: -current
11 lines
147 B
Makefile
11 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/warp
|
|
|
|
KMOD= warp_saver
|
|
SRCS= warp_saver.c
|
|
|
|
CWARNFLAGS= -Wall -pedantic
|
|
|
|
.include <bsd.kmod.mk>
|