freebsd-dev/sys/modules/syscons/rain/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/rain
KMOD= rain_saver
SRCS= rain_saver.c
NOMAN=
CWARNFLAGS= -Wall -pedantic
.include <bsd.kmod.mk>