aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-01 15:31:30 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-01 15:31:30 +0000
commit303a139e04436058ac9c8ca3cfc9b55df9ae66f2 (patch)
tree13306c00406c6c24b8e63db2f310e5e79e0b63dc /Makefile
parent20e3fc2dd0c34844cd200fda104354da55942b6c (diff)
downloadutmps-303a139e04436058ac9c8ca3cfc9b55df9ae66f2.tar.gz
Add utmp.h
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 752b8ba..90098b5 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ tgz: distclean
cp -a . /tmp/$$package-$$version && \
cd /tmp && \
tar -zpcv --owner=0 --group=0 --numeric-owner --exclude=.git* -f /tmp/$$package-$$version.tar.gz $$package-$$version && \
+ sha256sum $$package-$$version.tar.gz > $$package-$$version.tar.gz.sha256 && \
exec rm -rf /tmp/$$package-$$version
strip: $(ALL_LIBS) $(ALL_BINS)