aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/xymon-client/files/Makefile
blob: 94df6fed50fccccefe971cb77e929a9bcdb6f518 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Toplevel Makefile for Hobbit
# $FreeBSD$
BUILDTOPDIR=`pwd`
CLIENTONLY = yes
LOCALCLIENT = no

# configure settings for Hobbit
#
# Toplevel dir
BBTOPDIR = ${PREFIX}/www/hobbit
# Server home dir for etc/, www/
BBHOME = ${PREFIX}/www/hobbit/client

# hobbit settings follows
#
# Username running hobbit
#BBUSER = nobody
# Hobbit server IP-address
#BBHOSTIP = 127.0.0.1
# Large File Support settings
LFSDEF = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

include build/Makefile.FreeBSD


#
# Add local CFLAGS etc. settings here

include build/Makefile.rules