void-packages/xbps-src/common/Makefile

17 lines
250 B
Makefile
Raw Normal View History

include ../vars.mk
.PHONY: all
all:
.PHONY: clean
clean:
.PHONY: install
install:
install -d $(DESTDIR)$(SHAREDIR)/common
install -m 644 *.sh *.txt $(DESTDIR)$(SHAREDIR)/common
.PHONY: uninstall
uninstall:
-rm -rf $(DESTDIR)$(SHAREDIR)/common