source: branches/fc15-dev/server/common/oursrc/whoisd/Makefile.in @ 2011

Last change on this file since 2011 was 1965, checked in by achernya, 13 years ago
Init script (systemd unit) for Scripts Whois service
File size: 275 bytes
Line 
1install:
2        install -Dpm 644 whoisd.tac ${DESTDIR}@libexecdir@/whoisd.tac
3        install -Dpm 644 scripts-whoisd.service ${DESTDIR}/lib/systemd/system/scripts-whoisd.service
4
5clean:
6        rm -f ${DESTDIR}@libexecdir@/whoisd.tac
7        rm -f ${DESTDIR}/lib/systemd/system/scripts-whoisd.service
Note: See TracBrowser for help on using the repository browser.