/* $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/mkmf/src/target.h,v 1.1.1.1 2018/04/24 16:12:58 root Exp $ */

/*
 * Target definitions
 *
 * Author: Peter J. Nicklin
 */

/*
 * Target struct
 */
typedef struct _target
	{
	int type;			/* prog, lib, or other target type */
	int dest;			/* target destination flag */
	} TARGET;
