Deleted Added
full compact
files (74912) files (75332)
1# $FreeBSD: head/sys/conf/files 74912 2001-03-28 09:03:24Z jhb $
1# $FreeBSD: head/sys/conf/files 75332 2001-04-09 09:39:29Z bp $
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" \

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

759# of the files in libkern/ are only needed on some architectures, e.g.,
760# libkern/divdi3.c is needed by i386 but not alpha. Also, some of these
761# routines may be optimized for a particular platform. In either case,
762# the file should be moved to <arch>/conf/files.<arch> from here.
763#
764libkern/arc4random.c standard
765libkern/bcd.c standard
766libkern/bsearch.c standard
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" \

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

759# of the files in libkern/ are only needed on some architectures, e.g.,
760# libkern/divdi3.c is needed by i386 but not alpha. Also, some of these
761# routines may be optimized for a particular platform. In either case,
762# the file should be moved to <arch>/conf/files.<arch> from here.
763#
764libkern/arc4random.c standard
765libkern/bcd.c standard
766libkern/bsearch.c standard
767libkern/iconv.c optional libiconv
768libkern/iconv_converter_if.m optional libiconv
769libkern/iconv_xlat.c optional libiconv
767libkern/index.c standard
768libkern/inet_ntoa.c standard
769libkern/mcount.c optional profiling-routine
770libkern/qsort.c standard
771libkern/random.c standard
772libkern/rindex.c standard
773libkern/scanc.c standard
774libkern/skpc.c standard

--- 449 unchanged lines hidden ---
770libkern/index.c standard
771libkern/inet_ntoa.c standard
772libkern/mcount.c optional profiling-routine
773libkern/qsort.c standard
774libkern/random.c standard
775libkern/rindex.c standard
776libkern/scanc.c standard
777libkern/skpc.c standard

--- 449 unchanged lines hidden ---