NetBSD/sys/compat
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
..
common clean up substantially. Transform clean, depend, cleandir targets from :: 1997-01-23 22:58:26 +00:00
freebsd Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
hpux Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
ibcs2 Actually include the code conditionally, based on the SYSV* options. 1997-01-18 01:51:41 +00:00
linux Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
m68k4k Add exec glue for `COMPAT_M68K4K'; just map the executable the way 1996-09-10 22:01:20 +00:00
osf1 Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
ossaudio Add RCS Id. 1996-10-17 19:46:39 +00:00
sunos Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
svr4 Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
ultrix Fix const-pointer lint in copyout of consed-up native fstype string, 1997-01-15 01:41:35 +00:00