Build compat code as .a if not MODULAR.

Removes some more unused functions.
This commit is contained in:
maya 2018-03-07 15:02:36 +00:00
parent 6f51a051f3
commit 352659a8be
1 changed files with 5 additions and 3 deletions

View File

@ -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
##