summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-10 10:53:15 +0000
committertron <tron@pkgsrc.org>2001-03-10 10:53:15 +0000
commit4f282ba3077a42384256cbdcf4e95749ea1f9c86 (patch)
tree48cdebbdde4042b2ce0051765bae70db321a31fb /mk/bsd.prefs.mk
parentbe0ed5c819a583342bf19828025271f13f040fe7 (diff)
downloadpkgsrc-4f282ba3077a42384256cbdcf4e95749ea1f9c86.tar.gz
Fix typo.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 8d722c544c6..eee5adb7a86 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.23 2001/03/06 16:00:16 wiz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.24 2001/03/10 10:53:15 tron Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -150,7 +150,7 @@ PKG_TOOLS_BIN?= /usr/sbin
.elif (${OPSYS} == "SunOS")
X11BASE?= ${DESTDIR}/usr/openwin
PKG_TOOLS_BIN?= ${LOCALBASE}/bsd/bin
-.elf (${OPSYS} == "Linux")
+.elif (${OPSYS} == "Linux")
PKG_TOOLS_BIN?= ${LOCALBASE}/bsd/bin
.endif