32 lines
846 B
Makefile
32 lines
846 B
Makefile
# @(#)09 1.1 src/bos/usr/bin/write/Makefile, cmdwrite, bos411, 9428A410j 1/21/93 17:44:57
|
|
#
|
|
# COMPONENT_NAME: CMDCOMM
|
|
#
|
|
# 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. 1989
|
|
# All Rights Reserved
|
|
#
|
|
# US Government Users Restricted Rights - Use, duplication or
|
|
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
#
|
|
|
|
PROGRAMS = write writesrv
|
|
|
|
MSGHDRS = write_msg.h writesrv_msg.h
|
|
CATFILES = write.cat writesrv.cat
|
|
HFILES = ${MSGHDRS} write.h
|
|
|
|
ILIST = ${PROGRAMS}
|
|
IDIR = /usr/bin/
|
|
writesrv_IDIR = /usr/sbin/
|
|
|
|
.include <${RULES_MK}>
|
|
|
|
# LIBS = libIN.a liblvm.a libc.a libPW.a libbsd.a libcur.a libcurses.a libm.a librts.a libtermcap.a libs.a
|