summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>1999-04-11 12:07:28 +0000
committertron <tron>1999-04-11 12:07:28 +0000
commitc61925c02332e6f4b788edcc5ce5db956ebea834 (patch)
tree85492a38a22ec2feefc1e38d83966e777c699d17 /mk
parent308ec294269cc27383bb53f489f70356d59ec3d5 (diff)
downloadpkgsrc-c61925c02332e6f4b788edcc5ce5db956ebea834.tar.gz
Consider NetBSD 1.4 as "current" so that "UVM" is defined again.
XXX This file shile should be removed soon.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.own.mk b/mk/bsd.own.mk
index 08cd3f33493..ccef82d9246 100644
--- a/mk/bsd.own.mk
+++ b/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.14 1999/03/15 12:49:01 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.15 1999/04/11 12:07:28 tron Exp $
# From: NetBSD: bsd.own.mk,v 1.120 1999/02/24 14:42:36 drochner Exp
.if !defined(_PKGSRC_BSD_OWN_MK_)
@@ -119,7 +119,7 @@ SHLIB_TYPE?= ${OBJECT_FMT}
# if the user is running a NetBSD-current, as well as the right platform
# It's also used to find out about SHLIB_TYPE.
# I'm told that 1.3C was the first version with UVM XXX - agc
-NETBSD_CURRENT!= /usr/bin/uname -r | /usr/bin/sed -e 's|^1\.3[C-Z]$$|yes|'
+NETBSD_CURRENT!= /usr/bin/uname -r | /usr/bin/sed -e 's|^1\.3[C-Z]$$|yes|' -e 's|^1\.4.*$$|yes|'
.if !defined(UVM)
.if (${NETBSD_CURRENT} == "yes")