a654d07295
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
10 lines
149 B
Makefile
10 lines
149 B
Makefile
# $Id: Makefile,v 1.7 1998/02/01 17:59:54 bde Exp $
|
|
|
|
KMOD= green_saver
|
|
SRCS= green_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.kmod.mk>
|