summaryrefslogtreecommitdiffstats
path: root/lkm/syscons/daemon/Makefile
blob: 3c5a3205ded9f314b13fa8ee5b80efd9ca20a47e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$Id: Makefile,v 1.1 1997/05/21 14:18:26 yokota Exp $

KMOD=	daemon_saver_mod
SRCS= 	daemon_saver.c

NOMAN=
CFLAGS+= -DLKM -I${.CURDIR}/.. -I${.CURDIR}/../../../sys

# Omits the bouncing message text and shows only the daemon.
#CFLAGS+= -DDAEMON_ONLY

# Includes the host name in the message text.
#CFLAGS+= -DSHOW_HOSTNAME

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud