MFC r1.6 r1.30 r1.28 (HEAD):
[dragonfly.git] / usr.sbin / i4b / Makefile.inc
blob3715a3b4591c163bb76547c7f1e86dacf2fcad68
1 # $FreeBSD: src/usr.sbin/i4b/Makefile.inc,v 1.1.6.1 2001/08/01 17:29:16 obrien Exp $
2 # $DragonFly: src/usr.sbin/i4b/Makefile.inc,v 1.2 2003/06/17 04:29:53 dillon Exp $
4 # if you don't like curses stuff in the daemon (i.e. don't intend
5 # to ever run it in the foreground but are using the monitoring
6 # utilities instead) define this to compile it without.
7 #I4B_WITHOUT_CURSES     =       1
9 # if you would like monitoring support, define this
10 I4B_EXTERNAL_MONITOR    =       1
12 # for the security conscious type: restrict monitoring to the
13 # local machine by not compiling any tcp/ip support for monitoring
14 # at all
15 #I4B_NOTCPIP_MONITOR    =       1
17 .include "${.CURDIR}/../../Makefile.inc"