freebsd-dev/sys/conf
David E. O'Brien 77de1b4ff3 Fix modules: target.
Submitted by:	jhb

1. ${.CURDIR}/modules was a confusing way to spell ${.OBJDIR}/modules
2. ${.CURDIR}/../../modules is a verbose, wrong path to the module sources.
   The correct path is $S/modules, since ${.CURDIR} for the kernel may be
   in the obj tree but the sources are in the src tree.
3. The `obj' and `all' steps may be combined, as can `obj' and `depend'.
Submitted by:	bde

Backup ${DESTDIR}/modules to ${DESTDIR}/modules.old to match the same action
done to the kernel.
2000-05-10 17:24:08 +00:00
..
defines
files bring in net/pfil.c for pfil_hooks or ipfilter 2000-05-10 13:43:49 +00:00
files.alpha add in the few bits necessary to support Alpha 4100 (Rawhide) systems 2000-05-07 04:58:32 +00:00
files.i386 * Use sys/sys/random.h rather than a i386 specific one. 2000-04-24 17:30:08 +00:00
files.pc98 Use kern/kern_random.c. 2000-04-24 21:53:54 +00:00
kern.mk Reserve register t7 on alpha to point at per-cpu global variables. 2000-04-28 08:44:42 +00:00
kmod.mk Remove KMODDEPS support. All our existing dependencies are specified 2000-05-01 18:06:49 +00:00
ldscript.alpha Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.amd64 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.i386 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.powerpc Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
majors Reserve 145 for DRI graphics system. 2000-05-07 13:31:41 +00:00
Makefile.alpha Fix modules: target. 2000-05-10 17:24:08 +00:00
Makefile.i386 Create a separate target for the 'modules'. Without this the modules 2000-05-09 10:39:38 +00:00
Makefile.pc98 Sync with sys/conf/Makefile.i386 revision 1.184, 1.185 and 1.186. 2000-05-10 13:57:22 +00:00
Makefile.powerpc Create a separate target for the 'modules'. Without this the modules 2000-05-09 10:39:38 +00:00
newvers.sh Welcome to 5.0-current! 2000-03-13 09:13:01 +00:00
NOTES The USB double bulk pipe driver (Host to host cables). Currently there 2000-05-01 22:48:23 +00:00
options options PFIL_HOOKS -> opt_pfil_hooks.h 2000-05-10 13:43:27 +00:00
options.alpha add in the few bits necessary to support Alpha 4100 (Rawhide) systems 2000-05-07 04:58:32 +00:00
options.i386 Move UKBD_DFLT_KEYMAP into the options file since USB is machine 2000-05-09 18:23:38 +00:00
options.pc98 Move UKBD_DFLT_KEYMAP into the options file since USB is machine 2000-05-09 18:23:38 +00:00
param.c Move the MSG* and SEM* options to opt_sysvipc.h 2000-05-01 13:33:56 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00