Deleted Added
full compact
files (88869) files (89099)
1# $FreeBSD: head/sys/conf/files 88869 2002-01-04 01:13:49Z tanimura $
1# $FreeBSD: head/sys/conf/files 89099 2002-01-08 20:03:13Z fjoe $
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" \

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

284dev/buslogic/bt_eisa.c optional bt eisa
285dev/buslogic/bt_isa.c optional bt isa
286dev/buslogic/bt_mca.c optional bt mca
287dev/buslogic/bt_pci.c optional bt pci
288dev/cardbus/cardbus.c optional cardbus
289dev/cardbus/cardbus_cis.c optional cardbus
290dev/ccd/ccd.c optional ccd
291dev/ciss/ciss.c optional ciss
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" \

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

284dev/buslogic/bt_eisa.c optional bt eisa
285dev/buslogic/bt_isa.c optional bt isa
286dev/buslogic/bt_mca.c optional bt mca
287dev/buslogic/bt_pci.c optional bt pci
288dev/cardbus/cardbus.c optional cardbus
289dev/cardbus/cardbus_cis.c optional cardbus
290dev/ccd/ccd.c optional ccd
291dev/ciss/ciss.c optional ciss
292dev/cm/smc90cx6.c optional cm
292dev/cnw/if_cnw.c optional cnw card
293#dev/cnw/if_cnw.c optional cnw pccard
294dev/cs/if_cs.c optional cs
295dev/cs/if_cs_isa.c optional cs isa
296dev/cs/if_cs_pccard.c optional cs card
297dev/cs/if_cs_pccard.c optional cs pccard
298dev/dgb/dgb.c count dgb
299dev/digi/digi.c optional digi

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

902net/bpf.c standard
903net/bpf_filter.c optional bpf
904bpf.h standard \
905 compile-with "echo '#define NBPF 1' > bpf.h" \
906 no-obj no-implicit-rule before-depend
907net/bridge.c optional bridge
908net/bsd_comp.c optional ppp_bsdcomp
909net/if.c standard
293dev/cnw/if_cnw.c optional cnw card
294#dev/cnw/if_cnw.c optional cnw pccard
295dev/cs/if_cs.c optional cs
296dev/cs/if_cs_isa.c optional cs isa
297dev/cs/if_cs_pccard.c optional cs card
298dev/cs/if_cs_pccard.c optional cs pccard
299dev/dgb/dgb.c count dgb
300dev/digi/digi.c optional digi

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

903net/bpf.c standard
904net/bpf_filter.c optional bpf
905bpf.h standard \
906 compile-with "echo '#define NBPF 1' > bpf.h" \
907 no-obj no-implicit-rule before-depend
908net/bridge.c optional bridge
909net/bsd_comp.c optional ppp_bsdcomp
910net/if.c standard
911net/if_arcsubr.c optional arcnet
910net/if_atmsubr.c optional atm
911net/if_disc.c optional disc
912net/if_ef.c optional ef
913net/if_ethersubr.c optional ether
914net/if_faith.c optional faith
915net/if_fddisubr.c optional fddi
916net/if_gif.c optional gif
917net/if_iso88025subr.c optional token

--- 397 unchanged lines hidden ---
912net/if_atmsubr.c optional atm
913net/if_disc.c optional disc
914net/if_ef.c optional ef
915net/if_ethersubr.c optional ether
916net/if_faith.c optional faith
917net/if_fddisubr.c optional fddi
918net/if_gif.c optional gif
919net/if_iso88025subr.c optional token

--- 397 unchanged lines hidden ---