summaryrefslogtreecommitdiff
path: root/mk/bsd.own.mk
AgeCommit message (Collapse)AuthorFilesLines
1999-04-13Use the system version of bsd.own.mk, rather than keeping a pkgsrc-only copy.agc1-324/+0
1999-04-11Consider NetBSD 1.4 as "current" so that "UVM" is defined again.tron1-2/+2
XXX This file shile should be removed soon.
1999-03-15pull in deltas from src/share/mk/bsd.own.mk 1.113 -> 1.120. approved by agc.mrg1-18/+111
1999-03-08Set the default value for the OS definition to "NetBSD".agc1-1/+4
1999-03-08Add Solaris support to pkgsrc, using Christos Zoulas' NetBSD emulationagc1-20/+51
package. Tested for some packages on Solaris 2.6 on Sparc.
1999-02-10NETBSD_CURRENT is not only used for finding out abouth UVM, but also for thehubertf1-2/+3
OBJECT_FMT, thanks to Thorsten Frueauf for finding this. (The error only showed up if you defined UVM in mk.conf on a -current system)
1999-02-09Backward compatible OBJECT_FMT/SHLIB_TYPE handling,hubertf1-2/+21
pointed out by Alistair Crooks.
1999-02-08sync with -currenthubertf1-53/+38
1998-10-04fix list of ports supporting UVM and PMAP_NEW with reality.hubertf1-3/+13
1998-08-30it's now bsd.pkg.mk (not bsd.port.mk)lukem1-2/+2
1998-07-31Add mipseb and mipsel to MACHINE_GNU_ARCH and set them to mips. Aftertv1-1/+3
linting, set them to mipseb and mipsel accordingly.
1998-07-14Fill in SHLIB_TYPE in the pkgsrc copy of bsd.own.mk. Use this valueagc1-1/+8
in bsd.pkg.mk to work out the type of shared objects when doing automatic shared object handling (ELF, a.out or none).
1998-05-29Sync with the version in src/share/mk.agc1-3/+32
As this file may be used on hosts which are not NetBSD-current, add a check that a version of -current is being used before setting UVM dependent on platform.
1998-05-25SPARC was missing from the list of GNU_ARCHs.tv1-1/+2
1998-05-22Add the ability to map a MACHINE_ARCH to a GNU architecture name:tv1-1/+14
- ${GNU_ARCH.${TARGET_ARCH}} will produce a target architecture name in mainline sources - ${MACHINE_GNU_ARCH} is equivalent to ${GNU_ARCH.${MACHINE_ARCH}}
1998-04-20Add a copy of bsd.own.mk to the pkgsrc tree, and modify bsd.pkg.mk toagc1-0/+130
include it, rather than the copy in /usr/share/mk. This should fix the last remaining "sync" problems between pkgsrc and /usr/share/mk. XXX pkgsrc/mk/bsd.own.mk will go away in 1.4 XXX This was all done by Hubert Feyrer.