Makefile
changeset 27 7cd07b3153b3
parent 26 9e1b9eb8813f
child 28 3dd0ab6f59ae
equal deleted inserted replaced
26:9e1b9eb8813f 27:7cd07b3153b3
    11 	install -m 0755 tele-watch ${DESTDIR}${sbindir}/
    11 	install -m 0755 tele-watch ${DESTDIR}${sbindir}/
    12 
    12 
    13 	install -m 0755 -d ${DESTDIR}${man8dir}
    13 	install -m 0755 -d ${DESTDIR}${man8dir}
    14 	install -m 0644 tele-watch.8.gz ${DESTDIR}${man8dir}
    14 	install -m 0644 tele-watch.8.gz ${DESTDIR}${man8dir}
    15 
    15 
    16 	#test -f ${DESTDIR}${initdir}/tele-watcher \
    16 	test -f ${DESTDIR}${initdir}/tele-watch \
    17 	#|| install -m 0755 init.d ${DESTDIR}${initdir}/tele-watcher
    17 	|| install -m 0755 init.d ${DESTDIR}${initdir}/tele-watch
    18 	#test -f ${DESTDIR}${defaultdir}/tele-watcher \
    18 	test -f ${DESTDIR}${defaultdir}/tele-watch \
    19 	#|| install -m 0644 default ${DESTDIR}${defaultdir}/tele-watcher
    19 	|| install -m 0644 default ${DESTDIR}${defaultdir}/tele-watch
    20 
    20 
    21 clean:
    21 clean:
    22 	-rm -f tele-watch.8.gz tele-watch
    22 	-rm -f tele-watch.8.gz tele-watch
    23 
    23 
    24 %:	%.in
    24 %:	%.in