diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-09 00:15:30 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-09 00:15:30 +0000 |
commit | f56b14d054faab8ba52ad51455b8a3359392f47c (patch) | |
tree | 5c083311ce05b5b16ec954612533c8a5c67df28c /etc | |
parent | 259aeee1218f678108ecf702232c61f925b239f3 (diff) | |
download | FreeBSD-src-f56b14d054faab8ba52ad51455b8a3359392f47c.zip FreeBSD-src-f56b14d054faab8ba52ad51455b8a3359392f47c.tar.gz |
secure -> DES
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 5140a32..e60db17 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.112 1995/03/30 06:26:07 rgrimes Exp $ +# $Id: Makefile,v 1.113 1995/03/31 11:41:55 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/secure/des_tgz.) + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/DES/des_tgz.) rm -rf ${RELEASEDIR}/tmpdes distrib-dirs: |