|
|
| version 1.10, 2003/12/01 17:07:26 | version 1.11, 2003/12/01 19:32:53 |
|---|---|
| Line 52 SUBDIR+= include | Line 52 SUBDIR+= include |
| .if exists(${.CURDIR}/lib) | .if exists(${.CURDIR}/lib) |
| SUBDIR+= lib | SUBDIR+= lib |
| .endif | .endif |
| # This exists simply to ensure that the obj dir hierarchy is | |
| # intact for nrelease, allowing the nrelease Makefile's to | |
| # reference ${.OBJDIR}. | |
| # | |
| .if exists(${.CURDIR}/nrelease) | |
| SUBDIR+= nrelease | |
| .endif | |
| .if exists(${.CURDIR}/bin) | .if exists(${.CURDIR}/bin) |
| SUBDIR+= bin | SUBDIR+= bin |