Files
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

30 lines
845 B
Makefile

# @(#)87 1.1 src/bldenv/pkgtools/getvrmf/Makefile, pkgtools, bos412, GOLDA411a 4/15/94 11:50:56
#
# COMPONENT_NAME: PKGTOOLS
#
# 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. 1992,1993
# All Rights Reserved
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
PROGRAMS = getvrmf
INCFLAGS += -I${MAKETOP}bldenv/pkgtools/common
COMMON_OFILES = ../common/util.o ../common/vrmf.o ../common/processPtfmsg.o
getvrmf_OFILES = getvrmf.o ${COMMON_OFILES}
ILIST = ${PROGRAMS}
IDIR = /usr/bin/
.include <${RULES_MK}>
${COMMON_OFILES} :