aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.in2
-rw-r--r--utils/find_roa/Makefile.in3
-rw-r--r--utils/hashdir/Makefile.in3
-rw-r--r--utils/print_roa/Makefile.in3
-rw-r--r--utils/print_rpki_manifest/Makefile.in3
-rw-r--r--utils/scan_roas/Makefile.in3
-rw-r--r--utils/uri/Makefile.in2
7 files changed, 17 insertions, 2 deletions
diff --git a/utils/Makefile.in b/utils/Makefile.in
index 11c8d17b..7f59f132 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -2,7 +2,7 @@
SUBDIRS = uri print_rpki_manifest print_roa hashdir find_roa scan_roas
-all clean test distclean install deinstall uninstall::
+all clean test distclean install deinstall uninstall installation-manifest::
@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done
distclean::
diff --git a/utils/find_roa/Makefile.in b/utils/find_roa/Makefile.in
index ebb77106..438071d9 100644
--- a/utils/find_roa/Makefile.in
+++ b/utils/find_roa/Makefile.in
@@ -49,6 +49,9 @@ install: all
deinstall uninstall:
rm -f ${DESTDIR}${bindir}/${BIN}
+installation-manifest:
+ echo >>${abs_top_builddir}/installation-manifest F %%BINDIR%%/${BIN}
+
distclean: clean
rm -rf hashed-pem-dir
rm -f Makefile
diff --git a/utils/hashdir/Makefile.in b/utils/hashdir/Makefile.in
index c0cf448a..66b2cc25 100644
--- a/utils/hashdir/Makefile.in
+++ b/utils/hashdir/Makefile.in
@@ -48,6 +48,9 @@ install: all
if test -d ${DESTDIR}${bindir} ; then :; else ${INSTALL} -d ${DESTDIR}${bindir}; fi
${INSTALL} ${BIN} ${DESTDIR}${bindir}
+installation-manifest:
+ echo >>${abs_top_builddir}/installation-manifest F %%BINDIR%%/${BIN}
+
deinstall uninstall:
rm -f ${DESTDIR}${bindir}/${BIN}
diff --git a/utils/print_roa/Makefile.in b/utils/print_roa/Makefile.in
index 5999b351..9bb83bc2 100644
--- a/utils/print_roa/Makefile.in
+++ b/utils/print_roa/Makefile.in
@@ -48,5 +48,8 @@ install: all
deinstall uninstall:
rm -f ${DESTDIR}${bindir}/${BIN}
+installation-manifest:
+ echo >>${abs_top_builddir}/installation-manifest F %%BINDIR%%/${BIN}
+
distclean: clean
rm -f Makefile
diff --git a/utils/print_rpki_manifest/Makefile.in b/utils/print_rpki_manifest/Makefile.in
index 22f1b16b..513afa34 100644
--- a/utils/print_rpki_manifest/Makefile.in
+++ b/utils/print_rpki_manifest/Makefile.in
@@ -48,5 +48,8 @@ install: all
deinstall uninstall:
rm -f ${DESTDIR}${bindir}/${BIN}
+installation-manifest:
+ echo >>${abs_top_builddir}/installation-manifest F %%BINDIR%%/${BIN}
+
distclean: clean
rm -f Makefile
diff --git a/utils/scan_roas/Makefile.in b/utils/scan_roas/Makefile.in
index 3d86532d..f61ebd3c 100644
--- a/utils/scan_roas/Makefile.in
+++ b/utils/scan_roas/Makefile.in
@@ -48,5 +48,8 @@ install: all
deinstall uninstall:
rm -f ${DESTDIR}${bindir}/${BIN}
+installation-manifest:
+ echo >>${abs_top_builddir}/installation-manifest F %%BINDIR%%/${BIN}
+
distclean: clean
rm -f Makefile
diff --git a/utils/uri/Makefile.in b/utils/uri/Makefile.in
index fc545060..79ffe3d0 100644
--- a/utils/uri/Makefile.in
+++ b/utils/uri/Makefile.in
@@ -24,7 +24,7 @@ ${BIN}: ${SRC}
test:
@true
-install deinstall uninstall:
+install deinstall uninstall installation-manifest:
@true
distclean: clean