summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2014-02-02 03:20:57 +0000
committermrg <mrg@NetBSD.org>2014-02-02 03:20:57 +0000
commit2d4acc4e1ec560ddc6141133a7b54e34106b132a (patch)
tree55d9204afdb011d615e4ed84440c4eac18d209d1 /libexec/httpd
parent65f5a9fc49453d5e67f6cac5abb3f21722a122d9 (diff)
display the tempdir for exported files as well.
Diffstat (limited to 'libexec/httpd')
-rw-r--r--libexec/httpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/httpd/Makefile b/libexec/httpd/Makefile
index c78a25ea85b..156ce6e971b 100644
--- a/libexec/httpd/Makefile
+++ b/libexec/httpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/02/02 03:20:10 mrg Exp $
+# $NetBSD: Makefile,v 1.21 2014/02/02 03:20:57 mrg Exp $
#
# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
#
@@ -85,7 +85,7 @@ export-distfile:
pax -wf ${TAR} ${BASE}; \
gzip -nc9 ${TAR} > ${TAR}.gz; \
bzip2 -9 ${TAR}
- @echo "Exported two files:"
+ @echo "Exported two files in ${dir}:"
@echo ${TAR}.gz
@echo ${TAR}.bz2