diff options
author | asami <asami@FreeBSD.org> | 1997-05-16 09:42:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-16 09:42:31 +0800 |
commit | 8389610b5b01d1633dd15c0e88db7faba7631746 (patch) | |
tree | 773f8dd68b1a843c780e4150d8974365deb9f1bc | |
parent | 24a0ed2aeacd9d66f047e78d2d432ff25cc53040 (diff) | |
download | freebsd-ports-gnome-8389610b5b01d1633dd15c0e88db7faba7631746.tar.gz freebsd-ports-gnome-8389610b5b01d1633dd15c0e88db7faba7631746.tar.zst freebsd-ports-gnome-8389610b5b01d1633dd15c0e88db7faba7631746.zip |
Let's not forget to add nulib here too.
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index cdbd3f4960a3..5f11013cd138 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1997/03/29 23:56:36 obrien Exp $ +# $Id: Makefile,v 1.17 1997/04/26 23:50:06 asami Exp $ # SUBDIR += arc @@ -8,6 +8,7 @@ SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lha + SUBDIR += nulib SUBDIR += p5-Compress-Zlib SUBDIR += rar SUBDIR += unarj |