summaryrefslogtreecommitdiffstats
path: root/build
blob: d832004b7e4baa2ed73fd5707dd6136883d99503 (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
25
26
#!/usr/bin/make -f

include ../source.mk

nop:
	@:

build:
	chmod a+rx src
	oh-autoconfigure -- \
		--disable-bundled-libtom
	cp ../options.h src/options.h
	oh-autobuild -- \
		PROGRAMS='dropbear dbclient dropbearkey scp' \
		MULTI=1 \
		SCPPROGRESS=1
	oh-autobuild -- \
		PROGRAMS='dropbearconvert'
	touch $@

install: build
	oh-autoinstall -- \
		PROGRAMS='dropbear dbclient dropbearkey scp' \
		MULTI=1
	oh-autoinstall -- \
		PROGRAMS='dropbearconvert'