From 3152d1d992e9d4e82a4378727456b646bda028a6 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 2 Feb 2006 13:46:37 +0000 Subject: Don't include define lower opsys version for the host name, e.g. use i386-pc-dragonflybsd instead of i386-pc-dragonflybsd1. Saves a few forks and execs and makes DragonFly more homogenous with NetBSD. --- mk/bsd.prefs.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 78410de4ea7..a2a36d0adf6 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.218 2006/01/12 14:57:19 joerg Exp $ +# $NetBSD: bsd.prefs.mk,v 1.219 2006/02/02 13:46:37 joerg Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -125,7 +125,6 @@ LOWER_OPSYS?= dragonfly LOWER_ARCH!= ${UNAME} -p MACHINE_ARCH= ${LOWER_ARCH} MAKEFLAGS+= LOWER_ARCH=${LOWER_ARCH:Q} -LOWER_OPSYS_VERSUFFIX!= echo ${LOWER_OS_VERSION} | ${CUT} -c -1 LOWER_VENDOR?= pc .elif ${OPSYS} == "FreeBSD" -- cgit v1.2.3