mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Removes the C implementation of pvattest. Use the Rust implementation instead. Closes: https://github.com/ibm-s390-linux/s390-tools/issues/164 Acked-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
6 lines
162 B
Makefile
6 lines
162 B
Makefile
include ../../common.mak
|
|
|
|
install:
|
|
$(INSTALL) -d -m 755 $(DESTDIR)$(USRBINDIR)
|
|
$(INSTALL) -g $(GROUP) -o $(OWNER) -m 755 pvextract-hdr "$(DESTDIR)$(USRBINDIR)"
|