Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun3/stand/libsa adjust the hack to build the SRT*....



details:   https://anonhg.NetBSD.org/src/rev/3254cfe94a2f
branches:  trunk
changeset: 513380:3254cfe94a2f
user:      chs <chs%NetBSD.org@localhost>
date:      Mon Jul 30 00:10:20 2001 +0000

description:
adjust the hack to build the SRT*.o files.

diffstat:

 sys/arch/sun3/stand/libsa/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r b2469e669ed3 -r 3254cfe94a2f sys/arch/sun3/stand/libsa/Makefile
--- a/sys/arch/sun3/stand/libsa/Makefile        Mon Jul 30 00:09:08 2001 +0000
+++ b/sys/arch/sun3/stand/libsa/Makefile        Mon Jul 30 00:10:20 2001 +0000
@@ -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



Home | Main Index | Thread Index | Old Index