1# $FreeBSD$ 2 3KMOD= warp_saver 4SRCS= warp_saver.c 5NOMAN= 6 7CFLAGS+= -I${.CURDIR}/.. 8CWARNFLAGS= -Wall -pedantic 9 10.include <bsd.kmod.mk> 11