Files
Arquivotheca.AIX-4.1.3/bos/usr/bin/chuser/Makefile
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

37 lines
812 B
Makefile

# @(#)27 1.4 src/bos/usr/bin/chuser/Makefile, cmdsuser, bos411, 9428A410j 10/7/93 12:42:13
#
# COMPONENT_NAME: CMDSUSER
#
# FUNCTIONS: none
#
# 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.
#
VPATH = ../newgrp
PROGRAMS = chuser
MSGHDRS = tcbauth_msg.h
CATFILES = tcbauth.cat
HFILES = ${MSGHDRS}
ILIST = chuser
IDIR = /usr/bin/
INCFLAGS = -I../newgrp
OFILES = chuser.o util.o chk_util.o user_util.o chatab.o
LIBS = -ls
.include <${RULES_MK}>