diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-25 18:50:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-25 18:50:02 +0000 |
commit | 71a6d5a381947455e4d5e9b4dd6bc938a17446cc (patch) | |
tree | cbbc2dcdc357bb2d4c006d7d36a75ce6e09e119c | |
parent | 8d2fb047a38c7517cf4404a5809e307720dd3bc2 (diff) |
md5 too (yeah, i know this is not perfect)
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 81d581227c1..43cf3a950b1 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 1997/04/20 10:19:24 maja Exp $ +# $OpenBSD: Makefile,v 1.47 1997/04/25 18:50:01 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -176,6 +176,7 @@ distrib-dirs: snapshot: distribution snap_pre snap_tar snap_md cd ${DESTDIR}/snapshot && cksum * > CKSUMS + cd ${DESTDIR}/snapshot && md5 * > MD5 snap_pre: /bin/rm -rf ${DESTDIR}/snapshot |