diff options
| author | he <he@NetBSD.org> | 2005-12-30 00:24:48 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2005-12-30 00:24:48 +0000 |
| commit | 143d7e2daf96bd449d5afa52b8b8a9915052df3d (patch) | |
| tree | c907d9ab85d5a79c6d88b1ad2701a7e56007012c /sys/arch/atari | |
| parent | 1c357819af0b5f1a0be561a4e0feb5d0635c2774 (diff) | |
Make this build again by using ${S}/../common/lib/libc/Makefile.inc.
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/stand/libsa/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/atari/stand/libsa/Makefile b/sys/arch/atari/stand/libsa/Makefile index 2fa899788da..d8f073bdb80 100644 --- a/sys/arch/atari/stand/libsa/Makefile +++ b/sys/arch/atari/stand/libsa/Makefile @@ -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) |
