pkgsrc/mk/platform
2008-02-21 04:23:58 +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 Add a list of the codename, os, kernel and xcode version based on 2008-02-17 11:45:14 +00:00
DragonFly.mk Make the default rpath for USE_CHECK_SHLIBS_ELF a platform variable. 2008-01-16 14:03:31 +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 Provide a mechanism for enabling use of pkgtools/posix_headers. 2008-01-16 03:16:39 +00:00
Interix.mk Kill _OPSYS_NEEDS_XPKGWEDGE. It was only used by two platforms and they 2008-02-21 04:23:58 +00:00
IRIX.mk Kill _OPSYS_NEEDS_XPKGWEDGE. It was only used by two platforms and they 2008-02-21 04:23:58 +00:00
Linux.mk Only force gmake for imake on Linux, if using native implementation. 2008-01-12 22:44:10 +00:00
NetBSD.mk Make the default rpath for USE_CHECK_SHLIBS_ELF a platform variable. 2008-01-16 14:03:31 +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 Delete comment about bmake not accepting .SHELL, that PR was fixed long 2008-01-16 03:09:48 +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.