Deleted Added
full compact
files (122509) files (122514)
1# $FreeBSD: head/sys/conf/files 122509 2003-11-11 18:58:54Z ume $
1# $FreeBSD: head/sys/conf/files 122514 2003-11-11 22:07:29Z jhb $
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" \

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

1149kern/subr_prf.c standard
1150kern/subr_prof.c standard
1151kern/subr_rman.c standard
1152kern/subr_sbuf.c standard
1153kern/subr_scanf.c standard
1154kern/subr_smp.c optional smp
1155kern/subr_taskqueue.c standard
1156kern/subr_trap.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" \

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

1149kern/subr_prf.c standard
1150kern/subr_prof.c standard
1151kern/subr_rman.c standard
1152kern/subr_sbuf.c standard
1153kern/subr_scanf.c standard
1154kern/subr_smp.c optional smp
1155kern/subr_taskqueue.c standard
1156kern/subr_trap.c standard
1157kern/subr_turnstile.c standard
1157kern/subr_witness.c optional witness
1158kern/sys_generic.c standard
1159kern/sys_pipe.c standard
1160kern/sys_process.c standard
1161kern/sys_socket.c standard
1162kern/syscalls.c optional witness
1163kern/sysv_ipc.c standard
1164kern/sysv_msg.c optional sysvmsg

--- 514 unchanged lines hidden ---
1158kern/subr_witness.c optional witness
1159kern/sys_generic.c standard
1160kern/sys_pipe.c standard
1161kern/sys_process.c standard
1162kern/sys_socket.c standard
1163kern/syscalls.c optional witness
1164kern/sysv_ipc.c standard
1165kern/sysv_msg.c optional sysvmsg

--- 514 unchanged lines hidden ---