summaryrefslogtreecommitdiff
path: root/mk/bsd.own.mk
AgeCommit message (Collapse)AuthorFilesLines
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.