=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/make/make.h 1995/10/18 08:45:43 1.1 +++ src/usr.bin/make/make.h 1995/12/17 13:42:01 1.2 @@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.6 1995/06/14 15:19:43 christos Exp $ */ +/* $NetBSD: make.h,v 1.7 1995/12/16 05:03:11 christos Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -102,6 +102,7 @@ char *name; /* The target's name */ char *path; /* The full pathname of the file */ int type; /* Its type (see the OP flags, below) */ + int order; /* Its wait weight */ Boolean make; /* TRUE if this target needs to be remade */ enum {