Skip to content

Commit

Permalink
uncomment the checksums for IRIX
Browse files Browse the repository at this point in the history
(the commented version was committed by mistake)
  • Loading branch information
jschauma committed Apr 10, 2005
1 parent 9e221e0 commit 3751e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mk/bulk/upload
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: upload,v 1.23 2005/03/30 22:36:18 hubertf Exp $
# $NetBSD: upload,v 1.24 2005/04/10 21:44:04 jschauma Exp $

#
# Upload non-restricted binary pkgs to ftp server
Expand All @@ -16,9 +16,9 @@ NetBSD) BMAKE=make;
SYSVSUM="sum -o 2";
;;
IRIX*) BMAKE=bmake;
# BSDSUM="sum -r";
# CKSUM="cksum";
# SYSVSUM="sum";
BSDSUM="sum -r";
CKSUM="cksum";
SYSVSUM="sum";
;;
*) BMAKE=bmake ;;
esac
Expand Down

0 comments on commit 3751e8f

Please sign in to comment.