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
151 B
Makefile
10 lines
151 B
Makefile
# $Id: Makefile,v 1.4 1998/02/01 17:59:52 bde Exp $
|
|
|
|
KMOD= daemon_saver
|
|
SRCS= daemon_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.kmod.mk>
|