From 75b9f41751eae7d2054cd5f14eafdcf6a1521d26 Mon Sep 17 00:00:00 2001 From: chs Date: Mon, 30 Jul 2001 00:10:20 +0000 Subject: [PATCH] adjust the hack to build the SRT*.o files. --- sys/arch/sun3/stand/libsa/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/sun3/stand/libsa/Makefile b/sys/arch/sun3/stand/libsa/Makefile index 5923c019f479..a679abb97093 100644 --- a/sys/arch/sun3/stand/libsa/Makefile +++ b/sys/arch/sun3/stand/libsa/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.29 2001/03/21 13:43:59 tsutsui Exp $ +# $NetBSD: Makefile,v 1.30 2001/07/30 00:10:20 chs Exp $ LIB=sa # -# We're not actually building a lint version, but this way the separate object -# files get built +# We're not actually building a profiled version, +# but this way the separate object files get built # -LOBJS=SRT0.o SRT1.o +POBJS=SRT0.o SRT1.o MKLINT=no MKPIC=no