aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-01-21 19:44:55 +0000
committerRob Austein <sra@hactrn.net>2011-01-21 19:44:55 +0000
commit1b55e2887afa1270635f9c9a1836d539e11144fa (patch)
tree018b4a373caeaac65a0544ac231f9b2ee5e0f254 /utils
parent1e2f7c85f91dde777faef3abf8a0be6753d00fb5 (diff)
Add deinstall/uninstall targets, even when they're no-ops.
svn path=/Makefile.in; revision=3628
Diffstat (limited to 'utils')
-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
6 files changed, 6 insertions, 6 deletions
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