diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-05-26 00:38:52 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-05-26 00:38:52 +0000 |
| commit | 79af3d91dff64838545417ebd47cc269f2ff2111 (patch) | |
| tree | 02dab5aa3ccd7d2f9bbc55cb15620fa601678b77 /sys | |
| parent | c4e54758fec67fce8bf9f05c7cc36fbe5bc2c49f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/files | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/files b/sys/conf/files index 80b06dffbca7..f3dd06d3b9d9 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -30,16 +30,16 @@ aic79xx_{seq.h,reg.h,reg_print.c} optional ahd pci \ aic79xx_reg_print.o optional ahd pci ahd_reg_pretty_print \ compile-with "${NORMAL_C}" \ no-implicit-rule local -miidevs.h standard \ - dependency "$S/tools/miidevs2h.awk $S/dev/mii/miidevs" \ - compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \ - no-obj no-implicit-rule \ - clean "miidevs.h" emu10k1-alsa%diked.h optional pcm pci \ dependency "$S/tools/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h" \ compile-with "CC=${CC} AWK=${AWK} sh $S/tools/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h emu10k1-alsa%diked.h" \ no-obj no-implicit-rule before-depend \ clean "emu10k1-alsa%diked.h" +miidevs.h standard \ + dependency "$S/tools/miidevs2h.awk $S/dev/mii/miidevs" \ + compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \ + no-obj no-implicit-rule \ + clean "miidevs.h" kern/device_if.m standard kern/bus_if.m standard kern/clock_if.m optional genclock |
