diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-22 12:38:56 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-22 12:38:56 +0000 |
commit | 4a5b3c419754614128f1ebb3c1f1f5d1d6b3ad33 (patch) | |
tree | 9aef0e126c3b5ab6053759581c28f7c57cd9ccfb | |
parent | 548e1e022e43b95f4efb7f2e282a64cac787a236 (diff) | |
download | freebsd-ports-4a5b3c419754614128f1ebb3c1f1f5d1d6b3ad33.zip |
zip added.
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 67fd8b99328b..e9fd79e550c5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.23 1994/12/22 08:10:06 ache Exp $ +# $Id: Makefile,v 1.24 1994/12/22 12:17:02 ache Exp $ # # restricted: pgp.usa_only pgp.non-usa_only zip.with_encryption \ # unzip.with_encryption # SUBDIR= Wnn calc hfs iozone ispell less mshell mtools netpbm \ - top unzip xsysstats zoo screen + top unzip xsysstats zoo screen zip .include <bsd.port.subdir.mk> |