Deleted Added
full compact
files.sparc64 (133781) files.sparc64 (136301)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.sparc64 133781 2004-08-15 22:59:34Z marius $
4# $FreeBSD: head/sys/conf/files.sparc64 136301 2004-10-09 07:31:03Z yongari $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10
11crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
12crypto/des/des_enc.c optional ipsec ipsec_esp
13crypto/blowfish/bf_enc.c optional crypto
14crypto/des/des_enc.c optional crypto
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10
11crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
12crypto/des/des_enc.c optional ipsec ipsec_esp
13crypto/blowfish/bf_enc.c optional crypto
14crypto/des/des_enc.c optional crypto
15dev/auxio/auxio.c optional auxio sbus
16dev/auxio/auxio.c optional auxio ebus
15dev/esp/esp_sbus.c optional esp sbus
16dev/esp/lsi64854.c optional esp sbus
17dev/fb/creator.c optional creator sc
18dev/fb/fb.c optional sc
19dev/fb/splash.c optional splash
20dev/kbd/kbd.c optional sc
21dev/ofw/ofw_bus_if.m standard
22dev/ofw/ofw_console.c optional ofw_console

--- 96 unchanged lines hidden ---
17dev/esp/esp_sbus.c optional esp sbus
18dev/esp/lsi64854.c optional esp sbus
19dev/fb/creator.c optional creator sc
20dev/fb/fb.c optional sc
21dev/fb/splash.c optional splash
22dev/kbd/kbd.c optional sc
23dev/ofw/ofw_bus_if.m standard
24dev/ofw/ofw_console.c optional ofw_console

--- 96 unchanged lines hidden ---