1
0
linux/debian/rules.d/tools/hv/Makefile

17 lines
228 B
Makefile
Raw Normal View History

ifeq ($(filter i386 amd64 x32 arm64,$(DEB_HOST_ARCH)),)
# Build nothing
include $(top_rulesdir)/Makefile.inc
else
PROGS = \
hv_kvp_daemon \
hv_vss_daemon
installdir = /usr/sbin
include $(top_rulesdir)/Makefile.inc
endif