diff options
author | tv <tv@pkgsrc.org> | 1999-05-23 19:18:16 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-23 19:18:16 +0000 |
commit | 3eac244e7a08e42fb7307b157f938f2e4bbea502 (patch) | |
tree | d0080a9899717c6ee519d815fbed8dd71f25039f /archivers | |
parent | 36506b9581cacae03382d0723a985952853dc39e (diff) | |
download | pkgsrc-3eac244e7a08e42fb7307b157f938f2e4bbea502.tar.gz |
Add and enable undms.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 3b16b0b7ece..a3c9582ecd2 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/05/22 21:11:28 tv Exp $ +# $NetBSD: Makefile,v 1.13 1999/05/23 19:18:16 tv Exp $ # FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp # @@ -14,9 +14,11 @@ SUBDIR += macutil # SUBDIR += nulib # SUBDIR += p5-Compress-Zlib + SUBDIR += ppunpack SUBDIR += rar SUBDIR += squsq SUBDIR += unarj + SUBDIR += undms SUBDIR += unlzx SUBDIR += unrar SUBDIR += unzip |