pve-manager/bin/init.d/Makefile
2011-08-23 16:11:04 +02:00

22 lines
276 B
Makefile

include ../../defines.mk
all:
SCRIPTS = \
pvedaemon \
pvebanner \
pvestatd \
pvenetcommit
.PHONY: install
install: ${SCRIPTS}
install -d ${INITDBINDIR}
install -m 0755 ${SCRIPTS} ${INITDBINDIR}
.PHONY: distclean
distclean: clean
.PHONY: clean
clean:
rm -rf *~