# @(#)56	1.2  src/bos/usr/bin/pax/Makefile, cmdarch, bos411, 9428A410j 5/27/93 12:22:35
#
# COMPONENT_NAME: CMDARCH
#
# FUNCTIONS:
#
# ORIGINS: 27
#
# IBM CONFIDENTIAL -- (IBM Confidential Restricted when
# combined with the aggregated modules for this product)
#                  SOURCE MATERIALS
# (C) COPYRIGHT International Business Machines Corp. 1988, 1993
# All Rights Reserved
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#

PROGRAMS	= pax
MSGHDRS		= pax_msg.h
CATFILES	= pax.cat
HFILES		= ${MSGHDRS}

ILIST		= pax
IDIR		= /usr/bin/

OFILES	= append.o buffer.o charmap.o cpio.o create.o extract.o fileio.o \
	  hash.o link.o list.o mem.o namelist.o names.o options.o pass.o \
	  pathname.o pax.o replace.o tar.o ttyio.o warn.o

.include <${RULES_MK}>
