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

include ../source.mk

nop:
	@:

build:
	oh-autoconfigure
	oh-autobuild -- LIBS='-lncurses -ltinfo'
	touch $@

install: build
	oh-autoinstall
	rm -Rf dest/usr/share/consolefonts
	rm -Rf dest/usr/lib/kbd/consolefonts
	rm -Rf dest/usr/lib/X11/fonts/misc
	rm -Rf dest/usr/X11R6/lib/X11/fonts/misc
	oh-fixperms
	oh-strip
	oh-installfiles