Deleted Added
sdiff udiff text old ( 70711 ) new ( 81325 )
full compact
1# $FreeBSD: head/sys/modules/syscons/warp/Makefile 81325 2001-08-09 00:13:30Z peter $
2
3.PATH: ${.CURDIR}/../../../dev/syscons/warp
4
5KMOD= warp_saver
6SRCS= warp_saver.c
7NOMAN=
8
9CWARNFLAGS= -Wall -pedantic
10
11.include <bsd.kmod.mk>