Makefile revision 26893
1#	$Id: Makefile,v 1.1 1997/05/21 14:18:26 yokota Exp $
2
3KMOD=	daemon_saver_mod
4SRCS= 	daemon_saver.c
5
6NOMAN=
7CFLAGS+= -DLKM -I${.CURDIR}/.. -I${.CURDIR}/../../../sys
8
9# Omits the bouncing message text and shows only the daemon.
10#CFLAGS+= -DDAEMON_ONLY
11
12# Includes the host name in the message text.
13#CFLAGS+= -DSHOW_HOSTNAME
14
15.include <bsd.kmod.mk>
16