|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.21, 1993/07/29 22:04:55 | version 1.22, 1993/07/30 03:40:12 | ||
|---|---|---|---|
|
|
||
| .if defined(PROG) | .if defined(PROG) | ||
| .if defined(SRCS) | .if defined(SRCS) | ||
| OBJS+= ${SRCS:R:S/$/.o/g} | OBJS+= ${SRCS:N*.h:R:S/$/.o/g} | ||
| .if defined(LDONLY) | .if defined(LDONLY) | ||