Makefile (301B)
1 DESTDIR?= 2 PREFIX?=/usr 3 4 all: 5 @echo "Nothing to be make. Make install to ${DESTDIR}${PREFIX}/share/zuper" 6 7 install: 8 install -d ${DESTDIR}${PREFIX}/share/zuper 9 install -p -m 644 zuper ${DESTDIR}${PREFIX}/share/zuper/zuper 10 install -p -m 644 zuper.init ${DESTDIR}${PREFIX}/share/zuper/zuper.init