pkgsrc/mk/platform
bsiegert 8ec322d1f9 Comment out dependency on sysutils/user for user and group management.
The user package was removed two years ago :/.
Let's see how we can handle this better on MirBSD.
2012-06-16 20:13:06 +00:00
..
AIX.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
BSDOS.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
Darwin.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
DragonFly.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
FreeBSD.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
FreeMiNT.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Haiku.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
HPUX.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
Interix.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
IRIX.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
Linux.mk The path to libc.so.6 needs to include ${LIBABISUFFIX}. 2012-04-23 08:14:36 +00:00
Minix.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
MirBSD.mk Comment out dependency on sysutils/user for user and group management. 2012-06-16 20:13:06 +00:00
NetBSD.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
OpenBSD.mk Set LD_TRACE_LOADED_OBJECTS_FMT{1,2} for OpenBSD so that output of ldd will be 2012-05-13 08:20:11 +00:00
OSF1.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
README
SunOS.mk Default to X11_TYPE?=modular if OpenWin headers are not installed. 2012-06-01 09:47:49 +00:00
UnixWare.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00

$NetBSD: README,v 1.1 2007/11/20 17:53:40 rillig Exp $

These files contain platform-specific definitions that are used by the
pkgsrc infrastructure.

TODO: Document all these variables.

=== Implementation notes ===

Do not try to extract the definitions that are common to all files into
another file (maybe common.mk). The code duplication is intentional
here.