binutils/ld: Don't add /usr/lib to the library search path twice.
[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 # $DragonFly: src/usr.sbin/i4b/Makefile.inc,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
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
8
9 # if you would like monitoring support, define this
10 I4B_EXTERNAL_MONITOR    =       1
11
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
16
17 WARNS?= 1
18
19 .include "${.CURDIR}/../../Makefile.inc"