diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1997-06-24 12:43:18 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1997-06-24 12:43:18 +0000 |
| commit | f4863d1a23a74635ad1c56a4d725e1bb062839a4 (patch) | |
| tree | 9990e26fc2f933deab4850fe05f540520a354210 /sys/modules/syscons/daemon/Makefile | |
| parent | 46b2c55966ceb21c21e82e857bd47a6654e3bb3f (diff) | |
Notes
Diffstat (limited to 'sys/modules/syscons/daemon/Makefile')
| -rw-r--r-- | sys/modules/syscons/daemon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/modules/syscons/daemon/Makefile b/sys/modules/syscons/daemon/Makefile index 57526c0b0c18..3c5a3205ded9 100644 --- a/sys/modules/syscons/daemon/Makefile +++ b/sys/modules/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> |
