diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-11 05:22:29 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-11 05:22:29 +0000 |
| commit | 4767b312114eaa7ff40a6693e6e1d17c1f8cc481 (patch) | |
| tree | fdcfc7cffcf28a68cc50cd5ae2cf20bc1b8a3e50 | |
| parent | da8d0268df3b5364601f3f2414c31df28c5f031b (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index e60db17aa8f7..7600ea15392d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.113 1995/03/31 11:41:55 jkh Exp $ +# $Id: Makefile,v 1.114 1995/05/09 00:15:30 jkh Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -435,7 +435,7 @@ des-tarball: done (cd ${RELEASEDIR}/tmpdes; \ tar cf - . | \ - ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/DES/des_tgz.) + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/des/des_tgz.) rm -rf ${RELEASEDIR}/tmpdes distrib-dirs: |
