]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/i4b/Makefile.inc
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / usr.sbin / i4b / Makefile.inc
1 # if you don't like curses stuff in the daemon (i.e. don't intend
2 # to ever run it in the foreground but are using the monitoring
3 # utilities instead) define this to compile it without.
4 #I4B_WITHOUT_CURSES     =       1
5
6 # if you would like monitoring support, define this
7 I4B_EXTERNAL_MONITOR    =       1
8
9 # for the security conscious type: restrict monitoring to the
10 # local machine by not compiling any tcp/ip support for monitoring
11 # at all
12 #I4B_NOTCPIP_MONITOR    =       1
13
14 .include "${.CURDIR}/../../Makefile.inc"