]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/syscons/fire/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / syscons / fire / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/syscons/fire
4
5 KMOD=   fire_saver
6 SRCS=   fire_saver.c
7
8 .include <bsd.kmod.mk>