30 lines
724 B
Makefile
30 lines
724 B
Makefile
# @(#)62 1.3 src/bos/usr/bin/tr/Makefile, cmdfiles, bos411, 9428A410j 4/5/94 14:18:01
|
|
# COMPONENT_NAME:
|
|
#
|
|
# 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, 1994
|
|
# All Rights Reserved
|
|
#
|
|
# US Government Users Restricted Rights - Use, duplication or
|
|
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
#
|
|
|
|
VPATH = ${MAKETOP}/bos/usr/ccs/lib/libc
|
|
INCFLAGS = -I${MAKETOP}/bos/usr/ccs/lib/libc
|
|
PROGRAMS = tr
|
|
MSGHDRS = tr_msg.h
|
|
CATFILES = tr.cat
|
|
HFILES = ${MSGHDRS}
|
|
|
|
ILIST = tr
|
|
IDIR = /usr/bin/
|
|
|
|
|
|
.include <${RULES_MK}>
|