Add a manual page explaining the format of /etc/manpath.config.
[dragonfly/vkernel-mp.git] / usr.sbin / i4b / Makefile.inc
blob340c1d69383dd8ea7e7603540a876ca46d43ddfd
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 06: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"