diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-14 15:40:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-14 15:40:52 +0000 |
commit | 1917be8bbd3fdcc84bd212f7b799bed8c80ca9e1 (patch) | |
tree | cf43547e51629e77497ef7509ddbb84fa4cd65e4 /rp/rpki-rtr/Makefile.in | |
parent | 909009f54b1cfa93400aaade55ef583fe820dd34 (diff) |
Move all Python script installation to setup.py, so that it gets the
name of the Python executable right (FreeBSD $PATH under cron problem,
again, yet another variant). See #686.
svn path=/trunk/; revision=5792
Diffstat (limited to 'rp/rpki-rtr/Makefile.in')
-rw-r--r-- | rp/rpki-rtr/Makefile.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/rp/rpki-rtr/Makefile.in b/rp/rpki-rtr/Makefile.in index e587305b..11b493f0 100644 --- a/rp/rpki-rtr/Makefile.in +++ b/rp/rpki-rtr/Makefile.in @@ -25,21 +25,11 @@ RTR_ORIGIN_INSTALL_TARGETS = @RCYNIC_INSTALL_TARGETS@ RPKI_RTR_PORT = 43779 -SCAN_ROAS = ${bindir}/scan_roas - - -all clean test:: +all clean test deinstall uninstall:: @true install: all ${RTR_ORIGIN_INSTALL_TARGETS} -install-binary: - if test -d ${DESTDIR}${bindir} ; then :; else ${INSTALL} -m 555 -d ${DESTDIR}${bindir}; fi - ${INSTALL} -m 555 ${BIN} ${DESTDIR}${bindir}/${BIN} - -deinstall uninstall: - rm -f ${DESTDIR}${bindir}/${BIN} - distclean: clean rm -rf current sockets *.ax *.ix.* rm -f Makefile |