summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libsa/Makefile.inc')
-rw-r--r--sys/lib/libsa/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/lib/libsa/Makefile.inc b/sys/lib/libsa/Makefile.inc
index 788b2ce7be5..bfea2ec4f16 100644
--- a/sys/lib/libsa/Makefile.inc
+++ b/sys/lib/libsa/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.9 1997/06/20 21:43:16 grr Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2001/06/23 01:47:40 drahn Exp $
# $NetBSD: Makefile.inc,v 1.5 1996/09/30 16:01:18 ws Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
@@ -23,6 +23,9 @@ SAMAKE+= NO_NET=""
.if defined(SA_ZLIB)
SAMAKE+= SA_ZLIB=""
.endif
+.if defined(USE_LOADFILE)
+SAMAKE+= USE_LOADFILE=""
+.endif
${SALIB}: .NOTMAIN __always_make_salib
@echo making sure the stand-alone library is up to date...