mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 05:57:13 +00:00
11 lines
152 B
Makefile
11 lines
152 B
Makefile
include $(top_builddir)/common.mk
|
|
|
|
initdbin_SCRIPTS = \
|
|
pvedaemon \
|
|
pvebanner \
|
|
pvestatd \
|
|
pvenetcommit
|
|
|
|
initdbindir = /etc/init.d/
|
|
|
|
CLEANFILES=*~
|