aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/syscons/warp/Makefile
blob: 33a2c75eab750cb3e6398a549233ef1984af9c57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD: src/sys/modules/syscons/warp/Makefile,v 1.2.2.1 1999/08/29 16:27:56 peter Exp $

KMOD=	warp_saver
SRCS= 	warp_saver.c

NOMAN=
CFLAGS+= -I${.CURDIR}/..
CWARNFLAGS= -Wall -pedantic

.include <bsd.kmod.mk>