Module Name:    src
Committed By:   maya
Date:           Wed Mar  7 15:02:36 UTC 2018

Modified Files:
        src/sys/arch/sun3/conf: Makefile.sun3

Log Message:
Build compat code as .a if not MODULAR.

Removes some more unused functions.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/arch/sun3/conf/Makefile.sun3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun3/conf/Makefile.sun3
diff -u src/sys/arch/sun3/conf/Makefile.sun3:1.106 src/sys/arch/sun3/conf/Makefile.sun3:1.107
--- src/sys/arch/sun3/conf/Makefile.sun3:1.106	Sat Mar  3 03:19:36 2018
+++ src/sys/arch/sun3/conf/Makefile.sun3	Wed Mar  7 15:02:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun3,v 1.106 2018/03/03 03:19:36 mrg Exp $
+# $NetBSD: Makefile.sun3,v 1.107 2018/03/07 15:02:36 maya Exp $
 
 # Makefile for NetBSD
 #
@@ -41,9 +41,11 @@ AFLAGS+=	-x assembler-with-cpp
 ##
 OPT_MODULAR=   %MODULAR%
 .if !empty(OPT_MODULAR)
-KERN_AS=       obj
+KERN_AS=	obj
+COMPAT_AS=	obj
 .else
-KERN_AS=       library
+KERN_AS=	library
+COMPAT_AS=	library
 .endif
 
 ##

Reply via email to