summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/libsa/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/stand/libsa/Makefile.inc')
-rw-r--r--sys/arch/mvme68k/stand/libsa/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile.inc b/sys/arch/mvme68k/stand/libsa/Makefile.inc
index acdd0379be9..31a21177236 100644
--- a/sys/arch/mvme68k/stand/libsa/Makefile.inc
+++ b/sys/arch/mvme68k/stand/libsa/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:53 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1996/05/16 02:30:38 chuck Exp $
LIB_SA_DIR=${S}/arch/${MACHINE}/stand/libsa
@@ -6,6 +6,7 @@ LIBSA_DIR!= cd ${LIB_SA_DIR}; \
printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx
LIBSA=${LIBSA_DIR}/libsa.a
+SRTOBJ?= ${LIBSA_DIR}/SRT0.o
$(LIBSA): .NOTMAIN __always_make_libsa
@echo making sure the libsa is up to date...