=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/cond_int.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/make/cond_int.h 2002/06/11 21:12:11 1.3 +++ src/usr.bin/make/cond_int.h 2007/07/08 17:44:20 1.4 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: cond_int.h,v 1.3 2002/06/11 21:12:11 espie Exp $ */ +/* $OpenBSD: cond_int.h,v 1.4 2007/07/08 17:44:20 espie Exp $ */ /* List of all keywords recognized by the make parser */ #define COND_IF "if" @@ -18,3 +18,4 @@ #define COND_ENDFOR "endfor" #define COND_INCLUDE "include" #define COND_UNDEF "undef" +#define COND_POISON "poison"