pkgsrc/mk/platform
joerg 636aaedea4 Don't set EXPORT_SYMBOLS_LDFLAGS on AIX, while it seems that GCC and
some newer linker versions seem to ignore it. It is not required anyway.
From PR 39633.
2008-10-30 18:52:08 +00:00
..
AIX.mk Don't set EXPORT_SYMBOLS_LDFLAGS on AIX, while it seems that GCC and 2008-10-30 18:52:08 +00:00
BSDOS.mk Reverting my previous openmotif->lesstif changes. 2008-09-22 17:11:02 +00:00
Darwin.mk Reverting my previous openmotif->lesstif changes. 2008-09-22 17:11:02 +00:00
DragonFly.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +00:00
FreeBSD.mk Enable USE_CHECK_SHLIBS_ELF on FreeBSD. Aleksej Saushev PR pkg/38606. 2008-05-13 11:40:24 +00:00
HPUX.mk Reverting my previous openmotif->lesstif changes. 2008-09-22 17:11:02 +00:00
Interix.mk Reverting my previous openmotif->lesstif changes. 2008-09-22 17:11:02 +00:00
IRIX.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +00:00
Linux.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +00:00
NetBSD.mk Use patch --suffix instead of -b, the latter will be problematic when 2008-08-10 17:40:00 +00:00
OpenBSD.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +00:00
OSF1.mk Reverting my previous openmotif->lesstif changes. 2008-09-22 17:11:02 +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 + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +00:00
UnixWare.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +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.