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