1#
2# Copyright 2005  Hon Hai Precision Ind. Co. Ltd.
3#  All Rights Reserved.
4# No portions of this material shall be reproduced in any form without the
5# written permission of Hon Hai Precision Ind. Co. Ltd.
6#
7# All information contained in this document is Hon Hai Precision Ind.
8# Co. Ltd. company private, proprietary, and trade secret property and
9# are protected by international intellectual property laws and treaties.
10#
11# $Id$
12#
13
14include ../config.mk
15include ../config.in
16
17#
18# Paths
19#
20#
21
22
23# Foxconn Perry added start, for zip and unzip 2013/05/09
24SUBDIRS += unix
25
26
27all: 
28	make -f unix/Makefile generic
29
30install:
31	make -f unix/Makefile install
32	
33clean:
34	make -f unix/Makefile clean
35
36.PHONY: $(SUBDIRS)
37