delphinium-sdk/lib/zuper/Makefile

11 lines
301 B
Makefile
Raw Permalink Normal View History

2020-12-23 08:21:34 +00:00
DESTDIR?=
PREFIX?=/usr
all:
@echo "Nothing to be make. Make install to ${DESTDIR}${PREFIX}/share/zuper"
install:
install -d ${DESTDIR}${PREFIX}/share/zuper
install -p -m 644 zuper ${DESTDIR}${PREFIX}/share/zuper/zuper
install -p -m 644 zuper.init ${DESTDIR}${PREFIX}/share/zuper/zuper.init