summaryrefslogtreecommitdiffstats
path: root/lkm/syscons/daemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/syscons/daemon/Makefile')
-rw-r--r--lkm/syscons/daemon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lkm/syscons/daemon/Makefile b/lkm/syscons/daemon/Makefile
index 57526c0..3c5a320 100644
--- a/lkm/syscons/daemon/Makefile
+++ b/lkm/syscons/daemon/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1997/05/21 14:18:26 yokota Exp $
KMOD= daemon_saver_mod
SRCS= daemon_saver.c
@@ -6,4 +6,10 @@ 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