summaryrefslogtreecommitdiff
path: root/mk/defs.UnixWare.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-08-10Set _OPSYS_RPATH_NAME="-L". UnixWare has no rpath, but many packagesjlam1-2/+2
pass "-Wl,${RPATH_FLAG}..." to the linker, which can break the build of these packages. Using -L essentially makes these arguments a no-op, and fixes packages which were solely broken by this.
2004-06-18Remove Motif 1.2 functionality.kristerw1-2/+1
2004-05-31Use a cleaner approach for previous:jschauma1-1/+4
- set RSH on an opsys-specific basis, defaulting to /usr/bin/rsh (XXX: please confirm/verify this on your OS) - set SSH_RSHPATH to RSH in bsd.pkg.defaults.mk
2004-05-12Mention how SETGIDGAME and the other GAME vars are set per default.jschauma1-1/+12
Add commented-out definitions for all OPSYS - please adjust.
2004-04-19Add the 'maximum command line check' to all defs.*.mk files for consistencyjmmv1-1/+9
across all of them, but let it commented out until each responsible person for each system modifies it to work correctly. Requested by agc@.
2004-04-12Initial definitions for Unixware.heinz1-0/+153