Changeset 1965 for branches/fc15-dev/server/common
- Timestamp:
- Sep 4, 2011, 5:08:26 PM (13 years ago)
- Location:
- branches/fc15-dev/server/common/oursrc/whoisd
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/common/oursrc/whoisd/Makefile.in
r763 r1965 1 1 install: 2 2 install -Dpm 644 whoisd.tac ${DESTDIR}@libexecdir@/whoisd.tac 3 install -Dpm 644 crontab ${DESTDIR}/etc/cron.d/whoisd3 install -Dpm 644 scripts-whoisd.service ${DESTDIR}/lib/systemd/system/scripts-whoisd.service 4 4 5 5 clean: 6 6 rm -f ${DESTDIR}@libexecdir@/whoisd.tac 7 rm -f ${DESTDIR}/ etc/cron.d/whoisd7 rm -f ${DESTDIR}/lib/systemd/system/scripts-whoisd.service
Note: See TracChangeset
for help on using the changeset viewer.