]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/syscons/blank/Makefile
This commit was generated by cvs2svn to compensate for changes in r179193,
[FreeBSD/FreeBSD.git] / sys / modules / syscons / blank / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/syscons/blank
4
5 KMOD=   blank_saver
6 SRCS=   blank_saver.c
7
8 .include <bsd.kmod.mk>