Deleted Added
full compact
files (113094) files (113205)
1# $FreeBSD: head/sys/conf/files 113094 2003-04-04 18:53:04Z phk $
1# $FreeBSD: head/sys/conf/files 113205 2003-04-07 10:13:25Z mdodd $
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7aicasm optional ahc \
8 dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \
9 compile-with "${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \

--- 708 unchanged lines hidden (view full) ---

718dev/sound/pcm/vchan.c optional pcm
719#dev/sound/usb/upcm.c optional pcm usb
720dev/sound/usb/uaudio.c optional pcm usb
721dev/sound/usb/uaudio_pcm.c optional pcm usb
722dev/sr/if_sr.c optional sr
723dev/sr/if_sr_pci.c optional sr pci
724dev/streams/streams.c optional streams
725dev/stg/tmc18c30.c optional stg
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7aicasm optional ahc \
8 dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \
9 compile-with "${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \

--- 708 unchanged lines hidden (view full) ---

718dev/sound/pcm/vchan.c optional pcm
719#dev/sound/usb/upcm.c optional pcm usb
720dev/sound/usb/uaudio.c optional pcm usb
721dev/sound/usb/uaudio_pcm.c optional pcm usb
722dev/sr/if_sr.c optional sr
723dev/sr/if_sr_pci.c optional sr pci
724dev/streams/streams.c optional streams
725dev/stg/tmc18c30.c optional stg
726dev/stg/tmc18c30_subr.c optional stg
726dev/stg/tmc18c30_pccard.c optional stg card
727dev/stg/tmc18c30_pccard.c optional stg pccard
727dev/stg/tmc18c30_pccard.c optional stg card
728dev/stg/tmc18c30_pccard.c optional stg pccard
729dev/stg/tmc18c30_pci.c optional stg pci
728dev/stg/tmc18c30_isa.c optional stg isa
729dev/sym/sym_hipd.c optional sym \
730 dependency "$S/dev/sym/sym_{conf,defs}.h"
731dev/syscons/blank/blank_saver.c optional blank_saver
732dev/syscons/daemon/daemon_saver.c optional daemon_saver
733dev/syscons/fade/fade_saver.c optional fade_saver
734dev/syscons/fire/fire_saver.c optional fire_saver
735dev/syscons/green/green_saver.c optional green_saver

--- 826 unchanged lines hidden ---
730dev/stg/tmc18c30_isa.c optional stg isa
731dev/sym/sym_hipd.c optional sym \
732 dependency "$S/dev/sym/sym_{conf,defs}.h"
733dev/syscons/blank/blank_saver.c optional blank_saver
734dev/syscons/daemon/daemon_saver.c optional daemon_saver
735dev/syscons/fade/fade_saver.c optional fade_saver
736dev/syscons/fire/fire_saver.c optional fire_saver
737dev/syscons/green/green_saver.c optional green_saver

--- 826 unchanged lines hidden ---