summaryrefslogtreecommitdiffstats
path: root/build
blob: 0c37ab98866bec3ff07d6508ef4c29c269b27168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

include ../source.mk

OPTS = \
	prefix=/usr \
	NO_PERL=1 \
	NO_OPENSSL=1 \
	NO_TCLTK=1 \
	NO_GETTEXT=1

nop:
	@:

build:
	oh-autobuild -- $(OPTS)
	touch $@

install: build
	oh-autoinstall -- $(OPTS)
	oh-fixperms
	oh-strip
	oh-installfiles
	oh-shlibdeps