K 10 svn:author V 5 steve K 8 svn:date V 27 1996-11-04T16:14:16.000000Z K 7 svn:log V 179 Change -I$(.CURDIR) to -I. in CFLAGS. As Bruce pointed out $(...) is bad style and without -I. this program would not compile unless ${.OBJDIR} == ${.CURDIR}. Submitted by: bde END