Deleted Added
full compact
files (154789) files (154833)
1# $FreeBSD: head/sys/conf/files 154789 2006-01-24 21:13:50Z ambrisko $
1# $FreeBSD: head/sys/conf/files 154833 2006-01-26 01:30:34Z cognet $
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#
7acpi_quirks.h optional acpi \
8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \

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

1331kern/sysv_msg.c optional sysvmsg
1332kern/sysv_sem.c optional sysvsem
1333kern/sysv_shm.c optional sysvshm
1334kern/tty.c standard
1335kern/tty_compat.c optional compat_43tty
1336kern/tty_conf.c standard
1337kern/tty_cons.c standard
1338kern/tty_pty.c optional pty
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#
7acpi_quirks.h optional acpi \
8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \

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

1331kern/sysv_msg.c optional sysvmsg
1332kern/sysv_sem.c optional sysvsem
1333kern/sysv_shm.c optional sysvshm
1334kern/tty.c standard
1335kern/tty_compat.c optional compat_43tty
1336kern/tty_conf.c standard
1337kern/tty_cons.c standard
1338kern/tty_pty.c optional pty
1339kern/tty_pts.c optional pty
1339kern/tty_subr.c standard
1340kern/tty_tty.c standard
1341kern/uipc_accf.c optional inet
1342kern/uipc_cow.c optional zero_copy_sockets
1343kern/uipc_domain.c standard
1344kern/uipc_mbuf.c standard
1345kern/uipc_mbuf2.c standard
1346kern/uipc_mqueue.c optional p1003_1b_mqueue

--- 676 unchanged lines hidden ---
1340kern/tty_subr.c standard
1341kern/tty_tty.c standard
1342kern/uipc_accf.c optional inet
1343kern/uipc_cow.c optional zero_copy_sockets
1344kern/uipc_domain.c standard
1345kern/uipc_mbuf.c standard
1346kern/uipc_mbuf2.c standard
1347kern/uipc_mqueue.c optional p1003_1b_mqueue

--- 676 unchanged lines hidden ---