Make this build again by using ${S}/../common/lib/libc/Makefile.inc.

This commit is contained in:
he 2005-12-30 00:24:48 +00:00
parent 1c357819af
commit 143d7e2daf

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2005/12/11 12:17:00 christos Exp $
# $NetBSD: Makefile,v 1.27 2005/12/30 00:24:48 he Exp $
LIB= sa
@ -21,7 +21,7 @@ INCL= -I${S_MACHSA} -I${S_KERN} -I${S_SA} -I${S}
# machine dependant routines
SRCS= consio.S diskio.c
# from lib/libkern
# from common/lib/libc
SRCS+= ashldi3.c ashrdi3.c bzero.c strcmp.c strlen.c
# stand routines
@ -50,6 +50,8 @@ S_SA=${S}/lib/libsa
S_KERN=${S}/lib/libkern
S_MACHSA=${S}/arch/atari/stand/libsa
.include "${S}/../common/lib/libc/Makefile.inc"
.PATH: ${S_SA} ${S_KERN}
.if !make(obj) && !make(clean) && !make(cleandir)