# @(#)00	1.2  src/bos/usr/bin/find/Makefile, cmdscan, bos411, 9428A410j 10/21/92 12:12:18
# COMPONENT_NAME:
#
# FUNCTIONS:
#
# ORIGINS: 27 71
#
# IBM CONFIDENTIAL -- (IBM Confidential Restricted when
# combined with the aggregated modules for this product)
#                  SOURCE MATERIALS
# (C) COPYRIGHT International Business Machines Corp. 1988, 1992
# All Rights Reserved
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
#
# (c) Copyright 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
# ALL RIGHTS RESERVED
#
#
# OSF/1 1.1


PROGRAMS	= find
MSGHDRS		= find_msg.h
CATFILES	= find.cat
HFILES		= ${MSGHDRS}

ILIST		= find
IDIR		= /usr/bin/

OFILES		= perm.o find.o

${OFILES} : ${HFILES}

.include <${RULES_MK}>
