diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index ed611ebdf478..585d3a712740 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.121 1999/06/06 09:25:38 pk Exp $ +# $NetBSD: bsd.own.mk,v 1.122 1999/06/10 00:38:49 simonb Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -120,6 +120,11 @@ OBJECT_FMT?=ELF OBJECT_FMT?=a.out .endif +# Location of the file that contains the major and minor numbers of the +# version of a shared library. If this file exists a shared library +# will be built by . +SHLIB_VERSION_FILE?= ${.CURDIR}/shlib_version + # GNU sources and packages sometimes see architecture names differently. # This table maps an architecture name to its GNU counterpart. # Use as so: ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}