pkgsrc/mk/platform
2013-03-01 16:58:51 +00:00
..
AIX.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
BSDOS.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
Cygwin.mk introduce _OPSYS_EXE_SUFFIX, for platform specific executable suffix. 2013-02-27 12:03:49 +00:00
Darwin.mk Remove "-no-cpp-precomp" from CPP_PRECOMP_FLAGS. 2013-02-04 15:53:16 +00:00
DragonFly.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
FreeBSD.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +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 Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
HPUX.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
Interix.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
IRIX.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
Linux.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
Minix.mk Minix.mk: update GROUPADD/USERADD. OK by agc. 2013-03-01 00:09:20 +00:00
MirBSD.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
NetBSD.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
OpenBSD.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
OSF1.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
QNX.mk Add platform file for QNX - from Sean Boudreau, thanks! 2012-11-09 04:36:27 +00:00
README
SunOS.mk Enable check-shlibs if the user supplies a working readelf, e.g. from binutils. 2013-03-01 16:58:51 +00:00
UnixWare.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +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.