freebsd-dev/sys/modules/syscons/fire/Makefile
Peter Wemm 3de6da9cc9 Build modules from the main src/sys tree.
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for
no reason.
2001-08-09 00:13:30 +00:00

12 lines
154 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/syscons/fire
KMOD= fire_saver
SRCS= fire_saver.c
NOMAN=
CWARNFLAGS= -Wall -pedantic
.include <bsd.kmod.mk>