From c3754771d8bce243248046ca2b9bf0c80473ccef Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 27 Aug 2003 04:49:43 +0000 Subject: [PATCH] OSRELDATE should fallback to 'unknown' rather than the kernel that's booted on this machine. This is a slightly better default to use. Requested by: ru --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 0f1264a2c327..7696ba2ec862 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -127,7 +127,7 @@ MAKEOBJDIRPREFIX?= /usr/obj OSRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \ /usr/include/osreldate.h .else -OSRELDATE!= sysctl -n kern.osreldate +OSRELDATE= 0 .endif .endif TARGET_ARCH?= ${MACHINE_ARCH}