34 lines
932 B
Makefile
34 lines
932 B
Makefile
# @(#)94 1.1 src/bos/usr/bin/patch/Makefile, cmdposix, bos411, 9428A410j 6/15/93 14:00:35
|
|
# COMPONENT_NAME: (CMDPOSIX) Commands required by Posix 1003.2
|
|
#
|
|
# FUNCTIONS: None
|
|
#
|
|
# ORIGINS: 27, 85
|
|
#
|
|
# IBM CONFIDENTIAL -- (IBM Confidential Restricted when
|
|
# combined with the aggregated modules for this product)
|
|
# SOURCE MATERIALS
|
|
# (C) COPYRIGHT International Business Machines Corp. 1993
|
|
# 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, 1993 OPEN SOFTWARE FOUNDATION, INC.
|
|
# ALL RIGHTS RESERVED
|
|
#
|
|
# OSF/1 1.2
|
|
|
|
PROGRAMS = patch
|
|
MSGHDRS = patch_msg.h
|
|
CATFILES = patch.cat
|
|
|
|
ILIST = patch
|
|
IDIR = /usr/bin/
|
|
|
|
HFILES = config.h common.h inp.h patch_msg.h pathnames.h pch.h util.h \
|
|
version.h
|
|
OFILES = patch.o pch.o inp.o util.o version.o
|
|
|
|
.include <${RULES_MK}>
|