aboutsummaryrefslogtreecommitdiff
path: root/clients/idcit/config.mk
blob: bda750d1037c0d545c680a4cca146cd51789624b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Customize to fit your system
VERSION = 1.9

# paths
PREFIX    = /usr/local
MANPREFIX = ${PREFIX}/share/man
DOCPREFIX = ${PREFIX}/share/doc

# on systems which provide strlcpy(3),
# remove NEED_STRLCPY from CFLAGS and
# remove strlcpy.o from LIBS
CFLAGS   = -DNEED_STRLCPY -Os
LDFLAGS  = -s
LIBS     = strlcpy.o