|
Lines 10-17
Link Here
|
| 10 |
crunch1.conf: crunch.conf |
10 |
crunch1.conf: crunch.conf |
| 11 |
@cat ${.ALLSRC} | sed -e "s@/usr/src@${SRC}@" > ${.TARGET} |
11 |
@cat ${.ALLSRC} | sed -e "s@/usr/src@${SRC}@" > ${.TARGET} |
| 12 |
|
12 |
|
| 13 |
crunch.mk: crunch1.conf crunch.inc |
13 |
crunch.mk: crunch1.conf |
| 14 |
@crunchgen -h ${.CURDIR}/crunch.inc -m crunch.mk crunch1.conf |
14 |
@crunchgen -m crunch.mk crunch1.conf |
| 15 |
|
15 |
|
| 16 |
crunch1.mk: crunch.mk |
16 |
crunch1.mk: crunch.mk |
| 17 |
@sed -e "s@make depend@make obj \&\& make depend@" \ |
17 |
@sed -e "s@make depend@make obj \&\& make depend@" \ |