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

include ../source.mk

nop:
	@:

build:
	oh-autobuild -T all
	touch $@

install: build
	oh-autoinstall
	install -m 0755 ../install-lilo.sh dest/sbin/install-lilo
	rm dest/etc/*/p*.d/* dest/etc/lilo.conf_example
	oh-fixperms
	oh-strip
	oh-installfiles