|
|
| version 1.2, 2004/01/24 14:43:42 | version 1.3, 2004/02/02 23:35:12 |
|---|---|
| Line 3 | Line 3 |
| .include "../Makefile.inc" | .include "../Makefile.inc" |
| .PATH: ${.CURDIR}/../cc_tools ${GCCDIR} | CFLAGS+= -I${.CURDIR}/../config |
| .PATH: ${.CURDIR}/../cc_tools ${GCCDIR}/gcc | |
| PROG= protoize | PROG= protoize |
| SRCS= protoize.c | SRCS= protoize.c |