aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 319e6f4..53584df 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ DIR= ${PROG}-${VERSION}
package:
@mkdir ${DIR}
@cp Makefile ${SRCS} ${HEADERS} ${DIR}
- @tar zcf ${DIR}.tgz ${DIR}
+ @tar zcf ${DIR}.tar.gz ${DIR}
@rm -rf ${DIR}
.include <bsd.prog.mk>