Makefile
changeset 31 edb35d13c193
parent 30 c22ca6b1ad5c
equal deleted inserted replaced
30:c22ca6b1ad5c 31:edb35d13c193
    12 	install -m 0755 tele-watch ${DESTDIR}${sbindir}/
    12 	install -m 0755 tele-watch ${DESTDIR}${sbindir}/
    13 
    13 
    14 	install -m 0755 -d ${DESTDIR}${man8dir}
    14 	install -m 0755 -d ${DESTDIR}${man8dir}
    15 	install -m 0644 tele-watch.8.gz ${DESTDIR}${man8dir}
    15 	install -m 0644 tele-watch.8.gz ${DESTDIR}${man8dir}
    16 
    16 
    17 	-tools/unchanged ${DESTDIR}${initdir}/tele-watcher \
    17 	-tools/unchanged ${DESTDIR}${initdir}/tele-watch \
    18 	&& install -m 0755 init.d ${DESTDIR}${initdir}/tele-watcher
    18 	&& install -m 0755 init.d ${DESTDIR}${initdir}/tele-watch
    19 
    19 
    20 	-tools/unchanged ${DESTDIR}${defaultdir}/tele-watcher \
    20 	-tools/unchanged ${DESTDIR}${defaultdir}/tele-watch \
    21 	&& install -m 0644 default ${DESTDIR}${defaultdir}/tele-watcher
    21 	&& install -m 0644 default ${DESTDIR}${defaultdir}/tele-watch
    22 
    22 
    23 clean:
    23 clean:
    24 	-rm -f tele-watch.8.gz tele-watch default init.d
    24 	-rm -f tele-watch.8.gz tele-watch default init.d
    25 
    25 
    26 %:	%.in
    26 %:	%.in