pkgsrc/mk/platform
2007-12-16 12:36:28 +00:00
..
AIX.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
BSDOS.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
Darwin.mk Fix cut and paste error in last change. 2007-12-16 12:36:28 +00:00
DragonFly.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
FreeBSD.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
HPUX.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
Interix.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
IRIX.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
Linux.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
NetBSD.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
OpenBSD.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +00:00
OSF1.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +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 Added the feature "asprintf", since Solaris 10 doesn't provide it. The 2007-11-20 17:49:49 +00:00
UnixWare.mk Reverted the last changes, which factored out some definitions that are 2007-10-19 13:41:34 +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.