summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/i4b/Makefile.inc')
-rw-r--r--usr.sbin/i4b/Makefile.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/i4b/Makefile.inc b/usr.sbin/i4b/Makefile.inc
new file mode 100644
index 0000000..691d738
--- /dev/null
+++ b/usr.sbin/i4b/Makefile.inc
@@ -0,0 +1,14 @@
+# if you don't like curses stuff in the daemon (i.e. don't intend
+# to ever run it in the foreground but are using the monitoring
+# utilities instead) define this to compile it without.
+#I4B_WITHOUT_CURSES = 1
+
+# if you would like monitoring support, define this
+I4B_EXTERNAL_MONITOR = 1
+
+# for the security conscious type: restrict monitoring to the
+# local machine by not compiling any tcp/ip support for monitoring
+# at all
+#I4B_NOTCPIP_MONITOR = 1
+
+.include "${.CURDIR}/../../Makefile.inc"
OpenPOWER on IntegriCloud