summaryrefslogtreecommitdiff
path: root/archival/libunarchive/Makefile
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-01-02 13:52:26 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-01-02 13:52:26 +0000
commit87ac7028e01cdc4f504ea558a6ae3d086ed1bf2b (patch)
tree4f406c877f88a013c4e1dc650ac312640a95cb00 /archival/libunarchive/Makefile
parent438803311b67c6337ea97476e97336e027ef9a3a (diff)
downloadbusybox-w32-87ac7028e01cdc4f504ea558a6ae3d086ed1bf2b.tar.gz
busybox-w32-87ac7028e01cdc4f504ea558a6ae3d086ed1bf2b.tar.bz2
busybox-w32-87ac7028e01cdc4f504ea558a6ae3d086ed1bf2b.zip
unzip applet by Laurence Anderson
----------------------------------------------------------------------
Diffstat (limited to 'archival/libunarchive/Makefile')
-rw-r--r--archival/libunarchive/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/archival/libunarchive/Makefile b/archival/libunarchive/Makefile
index 0c7219dcd..a8409a432 100644
--- a/archival/libunarchive/Makefile
+++ b/archival/libunarchive/Makefile
@@ -20,7 +20,7 @@
20TOPDIR :=../.. 20TOPDIR :=../..
21L_TARGET := libunarchive.a 21L_TARGET := libunarchive.a
22 22
23obj-y := unarchive.o seek_sub_file.o 23obj-y := unarchive.o seek_sub_file.o
24obj-n := 24obj-n :=
25obj- := 25obj- :=
26 26
@@ -41,13 +41,17 @@ ifeq ($(CONFIG_CPIO),y)
41endif 41endif
42 42
43ifeq ($(CONFIG_RPM2CPIO),y) 43ifeq ($(CONFIG_RPM2CPIO),y)
44 obj-y += get_header_cpio.o 44 obj-y += get_header_cpio.o
45endif 45endif
46 46
47ifeq ($(CONFIG_TAR),y) 47ifeq ($(CONFIG_TAR),y)
48 obj-y += get_header_tar.o 48 obj-y += get_header_tar.o
49endif 49endif
50 50
51ifeq ($(CONFIG_UNZIP),y)
52 obj-y += get_header_zip.o
53endif
54
51 55
52# Hand off to toplevel Rules.mak 56# Hand off to toplevel Rules.mak
53include $(TOPDIR)/Rules.mak 57include $(TOPDIR)/Rules.mak