]> git.proxmox.com Git - pve-manager.git/blob - bin/init.d/Makefile
removed automake/autoconf, removed unused files
[pve-manager.git] / bin / init.d / Makefile
1 include ../../defines.mk
2
3 all:
4
5 SCRIPTS = \
6 pvedaemon \
7 pvebanner \
8 pvestatd \
9 pvenetcommit
10
11 .PHONY: install
12 install: ${SCRIPTS}
13 install -d ${INITDBINDIR}
14 install -m 0755 ${SCRIPTS} ${INITDBINDIR}
15
16 .PHONY: distclean
17 distclean: clean
18
19 .PHONY: clean
20 clean:
21 rm -rf *~