git clone https://orangeshoelaces.net/git/ii.git
1 # Customize to fit your system
2 VERSION = 1.8
3
4 # paths
5 PREFIX = /usr/local
6 MANPREFIX = ${PREFIX}/share/man
7 DOCPREFIX = ${PREFIX}/share/doc
8
9 # on systems which provide strlcpy(3),
10 # remove NEED_STRLCPY from CFLAGS and
11 # remove strlcpy.o from LIBS
12 CFLAGS = -DNEED_STRLCPY -Os
13 LDFLAGS = -s
14 LIBS = strlcpy.o