diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-21 19:44:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-21 19:44:55 +0000 |
commit | 1b55e2887afa1270635f9c9a1836d539e11144fa (patch) | |
tree | 018b4a373caeaac65a0544ac231f9b2ee5e0f254 /utils/print_roa | |
parent | 1e2f7c85f91dde777faef3abf8a0be6753d00fb5 (diff) |
Add deinstall/uninstall targets, even when they're no-ops.
svn path=/Makefile.in; revision=3628
Diffstat (limited to 'utils/print_roa')
-rw-r--r-- | utils/print_roa/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |