pkgsrc/mk/platform
2011-05-11 12:46:20 +00:00
..
AIX.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +00:00
BSDOS.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +00:00
Darwin.mk Removed _INCOMPAT_ICONV. 2011-01-04 09:53:31 +00:00
DragonFly.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +00:00
FreeBSD.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +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 Force to use symbolic link for wrapper if WRAPPER_USE_SYMLINK is defined. 2010-08-16 10:03:44 +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 Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +00:00
IRIX.mk Use useradd/groupadd scripts from sysutils/user_irix package on IRIX 2011-05-07 22:16:16 +00:00
Linux.mk NOLOGIN=/sbin/nologin for SSD/Linux. 2011-05-11 12:46:20 +00:00
MirBSD.mk Remove SETGIDGAME logic from here, like it was removed from the other 2011-03-19 14:07:10 +00:00
NetBSD.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +00:00
OpenBSD.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +00:00
OSF1.mk fix comment 2009-12-19 10:53:33 +00:00
README
SunOS.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +00:00
UnixWare.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +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.