diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-06 08:35:19 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-06 08:35:19 +0000 |
commit | 91da9a6b30e9dea4487715174880694b30a0c407 (patch) | |
tree | da20988a14339841860ca86e8714fdb52903b1d2 | |
parent | - Update to 0.14 (diff) |
Fix INDEX build.
Pointyhat to: araujo@
Submitted by: cperciva@
Notes
Notes:
svn path=/head/; revision=214424
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 6db475a28389..a20a8356d7eb 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -48,6 +48,7 @@ SUBDIR += libarchive SUBDIR += libcabinet SUBDIR += libcomprex + SUBDIR += libdynamite SUBDIR += liblzxcomp SUBDIR += libmspack SUBDIR += libunrar |