Deleted Added
sdiff udiff text old ( 70711 ) new ( 81325 )
full compact
1# $FreeBSD: head/sys/modules/syscons/warp/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3KMOD= warp_saver
4SRCS= warp_saver.c
5NOMAN=
6
7CFLAGS+= -I${.CURDIR}/..
8CWARNFLAGS= -Wall -pedantic
9
10.include <bsd.kmod.mk>