29 lines
681 B
Makefile
29 lines
681 B
Makefile
# @(#)82 1.2 src/bos/usr/bin/vmstat/Makefile, cmdstat, bos411, 9428A410j 5/24/93 18:45:50
|
|
# 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, 1993
|
|
# All Rights Reserved
|
|
#
|
|
# US Government Users Restricted Rights - Use, duplication or
|
|
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
#
|
|
|
|
PROGRAMS = vmstat
|
|
MSGHDRS = vmstat_msg.h
|
|
CATFILES = vmstat.cat
|
|
HFILES = ${MSGHDRS}
|
|
|
|
ILIST = vmstat
|
|
IDIR = /usr/bin/
|
|
|
|
LIBS = -ls -lm
|
|
|
|
.include <${RULES_MK}>
|