From dbd596201f63969a3075aad81355836e799d22c7 Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 5 Dec 2003 05:33:17 +0000 Subject: For BSD/OS, get rid of that libtool work-around of renaming LOWER_OPSYS to match. I will fix ltconfig to work with "bsdos" too instead. --- mk/bsd.prefs.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mk/bsd.prefs.mk') diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 2503a3610d2..81e4a7b25f9 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.132 2003/12/03 21:48:33 reed Exp $ +# $NetBSD: bsd.prefs.mk,v 1.133 2003/12/05 05:33:17 reed Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -58,11 +58,6 @@ MACHINE_GNU_ARCH?= ${GNU_ARCH.${MACHINE_ARCH}} .if ${OPSYS} == "NetBSD" LOWER_OPSYS?= netbsd -.elif ${OPSYS} == "BSDOS" -# ltconfig checks for bsdi4* -# assume bsdi4 for BSD/OS 3 and BSD/OS 5 too -LOWER_OPSYS?= bsdi4 - .elif ${OPSYS} == "FreeBSD" LOWER_OPSYS?= freebsd LOWER_ARCH!= ${UNAME} -p -- cgit v1.2.3