pkgsrc/mk/platform
2008-08-10 17:40:00 +00:00
..
AIX.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +00:00
BSDOS.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +00:00
Darwin.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +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 Provide a mechanism for enabling use of pkgtools/posix_headers. 2008-01-16 03:16:39 +00:00
Interix.mk + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk 2008-03-04 06:45:33 +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 Use gamin instead of fam on OSF1. Closes PR pkg/31489. 2008-05-20 21:13:15 +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.