# # @(#)42        1.4  src/bos/usr/ccs/bin/dbx/Makefile, cmddbx, bos411, 9428A410j 6/1/94 16:31:52
# COMPONENT_NAME: (CMDDBX) - dbx symbolic debugger
#
# FUNCTIONS:
#
# ORIGINS: 26, 27
#
# IBM CONFIDENTIAL -- (IBM Confidential Restricted when
# combined with the aggregated modules for this product)
#                  SOURCE MATERIALS
# (C) COPYRIGHT International Business Machines Corp. 1991
# All Rights Reserved
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
# Copyright (c) 1982 Regents of the University of California

PROGRAMS		= dbx

ILIST			= dbx
IDIR			= /usr/ccs/bin/

CFLAGS			= -DAIXV3AR
OFILES			= dpi_main.o  dpi_report.o

LIBS			= -ldbx


.include <${RULES_MK}>
