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