diff options
author | gabor <gabor@FreeBSD.org> | 2008-01-19 07:11:34 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-01-19 07:11:34 +0800 |
commit | 8a3825ba4f553893bf611b36f3e9ea86bfb563ac (patch) | |
tree | 02fc8d29cc6ceb7419881375c4a72cb2f00938a6 /archivers/Makefile | |
parent | 217b526f5887a591d0c3fa41728e2efe57952086 (diff) | |
download | freebsd-ports-gnome-8a3825ba4f553893bf611b36f3e9ea86bfb563ac.tar.gz freebsd-ports-gnome-8a3825ba4f553893bf611b36f3e9ea86bfb563ac.tar.zst freebsd-ports-gnome-8a3825ba4f553893bf611b36f3e9ea86bfb563ac.zip |
A BSD-licensed replacement of the ar utility.
Written by: Kai Wang <kaiw@FreeBSD.org>
Sponsored by: Google Summer of Code 2007
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 9ef729d9e986..e4e36a46828e 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -9,6 +9,7 @@ SUBDIR += arc SUBDIR += arj SUBDIR += bicom + SUBDIR += bsdar SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract |