aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--openssl/Makefile.in3
-rw-r--r--openssl/tests/Makefile.in3
-rw-r--r--rcynic/Makefile.in3
-rw-r--r--utils/Makefile.in2
-rw-r--r--utils/find_roa/Makefile.in2
-rw-r--r--utils/hashdir/Makefile.in2
-rw-r--r--utils/print_manifest/Makefile.in2
-rw-r--r--utils/print_roa/Makefile.in2
-rw-r--r--utils/uri/Makefile.in2
10 files changed, 16 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 6d9c8add..801443d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -6,7 +6,7 @@ default: all
test:: all
-all install clean test distclean::
+all install clean test distclean deinstall uninstall::
@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done
distclean::
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index 5353427a..76c2c006 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -53,6 +53,9 @@ openssl-${VERSION}/config: openssl-${VERSION}.tar.gz
install:
@echo Not attempting to install modified OpenSSL, if you want that, do it yourself
+deinstall uninstall:
+ @echo We never install our modified OpenSSL, so we do not deinstall it either
+
sandblast:
svn st -v openssl* | awk '/^I/ && NF == 2 {system("set -x; rm -rf " $$2)}'
diff --git a/openssl/tests/Makefile.in b/openssl/tests/Makefile.in
index 42a3cd74..92cbb4bb 100644
--- a/openssl/tests/Makefile.in
+++ b/openssl/tests/Makefile.in
@@ -33,3 +33,6 @@ test.cer: test.conf
distclean: clean
rm -f test.key test.cer
+
+install deinstall uninstall:
+ @true
diff --git a/rcynic/Makefile.in b/rcynic/Makefile.in
index d550297e..3f643e2f 100644
--- a/rcynic/Makefile.in
+++ b/rcynic/Makefile.in
@@ -27,6 +27,9 @@ test: ${BIN}
install: ${BIN} scripts/install.sh
cd scripts; . ./install.sh
+uninstall deinstall:
+ @echo Sorry, automated deinstallation of rcynic not implemented yet
+
doc::
doxygen
diff --git a/utils/Makefile.in b/utils/Makefile.in
index cd00afd9..e51b0f31 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -2,7 +2,7 @@
SUBDIRS = uri print_manifest print_roa hashdir find_roa
-all clean test distclean install::
+all clean test distclean install deinstall uninstall::
@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 ac6899c3..a326b290 100644
--- a/utils/find_roa/Makefile.in
+++ b/utils/find_roa/Makefile.in
@@ -28,7 +28,7 @@ test: ${BIN}
# ./${BIN} ${TEST_ARGS}
sh ./test_roa.sh ${TEST_ARGS}
-install:
+install deinstall uninstall:
@true
distclean: clean
diff --git a/utils/hashdir/Makefile.in b/utils/hashdir/Makefile.in
index 499c442c..69268d1e 100644
--- a/utils/hashdir/Makefile.in
+++ b/utils/hashdir/Makefile.in
@@ -30,7 +30,7 @@ test: ${BIN}
clean::
rm -rf ${OUTPUT}
-install:
+install deinstall uninstall:
@true
distclean: clean
diff --git a/utils/print_manifest/Makefile.in b/utils/print_manifest/Makefile.in
index 5055e830..4ca7028d 100644
--- a/utils/print_manifest/Makefile.in
+++ b/utils/print_manifest/Makefile.in
@@ -27,7 +27,7 @@ test: all
-date -u +'now: %Y%m%d%H%M%SZ'
if test -d ${MANIFEST_DIR}; then find ${MANIFEST_DIR} -type f -name '*.mnf' -print -exec ./${BIN} {} \; ; else :; fi
-install:
+install deinstall uninstall:
@true
distclean: clean
diff --git a/utils/print_roa/Makefile.in b/utils/print_roa/Makefile.in
index a50578b6..9a29f2ff 100644
--- a/utils/print_roa/Makefile.in
+++ b/utils/print_roa/Makefile.in
@@ -27,7 +27,7 @@ test: all
-date -u +'now: %Y%m%d%H%M%SZ'
if test -d ${ROA_DIR}; then find ${ROA_DIR} -type f -name '*.roa' -print -exec ./${BIN} {} \; ; else :; fi
-install:
+install deinstall uninstall:
@true
distclean: clean
diff --git a/utils/uri/Makefile.in b/utils/uri/Makefile.in
index 9bf163a9..fd2168b1 100644
--- a/utils/uri/Makefile.in
+++ b/utils/uri/Makefile.in
@@ -24,7 +24,7 @@ ${BIN}: ${SRC}
test:
@true
-install:
+install deinstall uninstall:
@true
distclean: clean