diff options
author | ache <ache@FreeBSD.org> | 1995-01-15 16:00:29 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-15 16:00:29 +0800 |
commit | 160750799cdcafd970c97bd4b62face159ab3e6a (patch) | |
tree | 6cc8df9164ff690cbd91edd41f652d01dd84b509 /archivers/Makefile | |
parent | cbb517f2befb71e781e1ae2754161c888d1fa332 (diff) | |
download | freebsd-ports-gnome-160750799cdcafd970c97bd4b62face159ab3e6a.tar.gz freebsd-ports-gnome-160750799cdcafd970c97bd4b62face159ab3e6a.tar.zst freebsd-ports-gnome-160750799cdcafd970c97bd4b62face159ab3e6a.zip |
lha added
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 0020d175d65c..30e50ea50582 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.2 1995/01/13 12:10:55 jkh Exp $ +# $Id: Makefile,v 1.3 1995/01/15 07:35:41 ache Exp $ # # restricted: hpack.non-usa_only unzip.with_encryption zip.with_encryption # -SUBDIR= arc gshar+gunshar unarj unrar unzip zip zoo +SUBDIR= arc gshar+gunshar lha unarj unrar unzip zip zoo .include <bsd.port.subdir.mk> |