minix/share
Gianluca Guida 6567e50a6f mk scripts: add flag for compiling with nbsd libc.
This patch changes the system mk scripts to enable compilation
of programs using the BSD make system to compile with the new
libc.

In details, it does the following:

- it always defines the __MINIX make variable. This can be used,
 in porting applications, to specialize Makefiles for Minix.

 - If the environment variable NBSD is set to something different
  than 'no' and if the compiler is not ack, set NBSD_LIBC to 'yes'.
  This will set the destination lib directory to '/usr/netbsd/lib' 
  and set up CPPFLAGS and LDFLAGS to use new libc's includes and
  library directory.
2011-03-03 16:41:19 +00:00
..
mk mk scripts: add flag for compiling with nbsd libc. 2011-03-03 16:41:19 +00:00
zoneinfo Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
Makefile Move mkfiles from /etc/mk to /usr/share/mk 2010-06-25 19:33:56 +00:00