From da82ff05afecd0fe5b9d71a06f5035c05b7d6409 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Tue, 24 Apr 2001 08:56:42 +0000 Subject: [PATCH] Disconnect linux from the build. The buildkernel target has been breaking on linux for more than two days because sys_exit_args referenced in linux_sysent.c does not exist. --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b94f0526a43..442297b44d5 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -9,7 +9,7 @@ _random= random SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ cam ccd cd9660 coda cue dc de dgm ed fdesc fxp if_disc if_ef \ if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kue \ - libmchain linux lnc md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ + libmchain lnc md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ nwfs pcn portal procfs ${_random} \ rl rp sf sis sk sn sound sppp ste sym syscons sysvipc ti tl twe tx \ udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \