pkgsrc/mk/platform
2010-02-06 10:39:59 +00:00
..
AIX.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
BSDOS.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Darwin.mk The 64-Bit version of "libiconv" is not compatible with the GNU version 2009-09-24 06:31:27 +00:00
DragonFly.mk Force libtool 2.2 on all platforms. 2009-12-16 19:48:09 +00:00
FreeBSD.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +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 Add Haiku support file. 2010-02-06 10:39:59 +00:00
HPUX.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Interix.mk Force libtool 2.2 on all platforms. 2009-12-16 19:48:09 +00:00
IRIX.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Linux.mk Add support of SSD/Linux. 2010-01-16 02:16:35 +00:00
NetBSD.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
OpenBSD.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
OSF1.mk fix comment 2009-12-19 10:53:33 +00:00
README Prevent other developers from doing the same mistake as I did, when I 2007-11-20 17:53:40 +00:00
SunOS.mk Force libtool 2.2 on all platforms. 2009-12-16 19:48:09 +00:00
UnixWare.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +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.