xfstests: make install support common/ and tests/ dirs
[xfstests-dev.git] / common / Makefile
1 #
2 # Copyright (c) 2003-2006 Silicon Graphics, Inc.  All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 COMMON_DIR = common
9
10 include $(BUILDRULES)
11
12 install:
13         $(INSTALL) -m 755 -d $(PKG_LIB_DIR)/$(COMMON_DIR)
14         $(INSTALL) -m 644 * $(PKG_LIB_DIR)/$(COMMON_DIR)
15
16 install-dev install-lib: