/* $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/mkmf/src/target.h,v 1.1.1.1 2018/04/24 16:12:54 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;
