NetBSD/sys/compat/common
cgd 78d5e815bf clean up substantially. Transform clean, depend, cleandir targets from ::
to :, so they can be used e.g. with <bsd.prog.mk>.  Standardize variable
names used to configure kernel libraries.

Variables used by these Makefile.inc's are:

S               must be set to the top of the 'sys' tree.
${LIB}DST       may be set to the location of the directory where library
                objects are to be built.  Defaults to ${.OBJDIR}/lib/${lib}.
${LIB}_AS       may be set to 'obj' to build a object from the library's
                object files.  (Otherwise, a library will be built.)
                Defaults to 'library'.
${LIB}MISCMAKEFLAGS
                Miscellaneous flags to be passed to the library's Makefile when
                building.  See library's Makefile for more details about
                supported flags and their default values.

(where LIB is COMPAT, and lib is compat, in this case.)
1997-01-23 22:58:26 +00:00
..
Makefile Spelling error 1996-10-22 22:28:20 +00:00
Makefile.inc clean up substantially. Transform clean, depend, cleandir targets from :: 1997-01-23 22:58:26 +00:00
compat_exec.c - Moving cpu_exec_aout_prep_oldzmagic -> exec_aout_prep_oldzmagic. 1996-05-18 15:52:19 +00:00
compat_util.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
compat_util.h Don't inline stackgap_init() and stackgap_alloc(). Doing so generates 1996-10-12 02:12:55 +00:00
kern_exit_43.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_info_09.c fourth argument to kern_sysctl() must be a size_t *. simply passing a pointer 1996-02-21 00:10:59 +00:00
kern_info_43.c Support bsdi getkerninfo(SYSINFO,...) call so that the BSDI netscape 1996-05-18 01:24:34 +00:00
kern_ipc_10.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_resource_43.c Fix compiler warnings 1996-03-14 19:31:45 +00:00
kern_sig_43.c Fix compiler warnings 1996-03-14 19:31:45 +00:00
kern_xxx_12.c Change reboot(2) to take two arguments: bootopt like normal and also 1996-08-09 10:30:23 +00:00
tty_43.c Backout previous kprintf change. 1996-10-13 00:46:49 +00:00
uipc_syscalls_43.c Fix compiler warnings 1996-03-14 19:31:45 +00:00
vfs_syscalls_43.c Fix compiler warnings 1996-03-14 19:31:45 +00:00
vm_43.c Extracted vm compat functions from vm and added them here where they belong. 1996-02-05 01:58:28 +00:00