diff options
author | reed <reed@pkgsrc.org> | 2003-12-05 05:33:17 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2003-12-05 05:33:17 +0000 |
commit | 1b646f871d457b9bda1a1832eb008f8d5519e8e6 (patch) | |
tree | 4f961a9522f137af1a55c7d6994cfd9d653be345 /mk | |
parent | 7e5d8c6dc97644f9a1a2fcb3a49cc3e240f81869 (diff) | |
download | pkgsrc-1b646f871d457b9bda1a1832eb008f8d5519e8e6.tar.gz |
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.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 7 |
1 files changed, 1 insertions, 6 deletions
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 |