|
|
| version 1.3, 2004/02/02 23:35:12 | version 1.4, 2004/02/03 03:47:12 |
|---|---|
| Line 5 | Line 5 |
| CFLAGS+= -I${.CURDIR}/../config | CFLAGS+= -I${.CURDIR}/../config |
| .PATH: ${.CURDIR}/../cc_tools ${GCCDIR}/gcc | .PATH: ${.CURDIR}/../cc_tools ${GCCDIR}/gcc ${GCCDIR}/libiberty |
| PROG= protoize | PROG= protoize |
| SRCS= protoize.c | SRCS= protoize.c xmalloc.c xexit.c |
| NOMAN= | NOMAN= |
| # things are rather hard-coded, we work around that here | # things are rather hard-coded, we work around that here |