diff options
Diffstat (limited to 'utils/print_manifest/Makefile.in')
-rw-r--r-- | utils/print_manifest/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/print_manifest/Makefile.in b/utils/print_manifest/Makefile.in index c1d8ca40..2815f439 100644 --- a/utils/print_manifest/Makefile.in +++ b/utils/print_manifest/Makefile.in @@ -24,3 +24,9 @@ MANIFEST_DIR = @top_srcdir@/rpkid/tests/smoketest.dir/publication 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: + @true + +distclean: clean + rm -f Makefile |