freebsd-dev/usr.sbin/i4b/Makefile.inc
David E. O'Brien 90e655ea4e Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00

17 lines
507 B
Makefile

# $FreeBSD$
# 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"