Makefile (e8adebf242bbf68acbc586743ac9d22dcaf86944) Makefile (f4863d1a23a74635ad1c56a4d725e1bb062839a4)
1# $Id$
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
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
9.include <bsd.kmod.mk>
15.include <bsd.kmod.mk>