Revert last change (dependance on divdi3.c, moddi3.c, and qdivrem.c) and

use 32bit daddr_t instead, as suggested by Izumi Tsutsui.
This commit is contained in:
kristerw 2003-03-30 00:17:28 +00:00
parent 6ddeaceaff
commit 6a6ff92fd5
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2003/03/16 01:29:04 kristerw Exp $
# $NetBSD: Makefile,v 1.14 2003/03/30 00:17:28 kristerw Exp $
LIB=sa
@ -36,8 +36,8 @@ SRC_sa = alloc.c bcopy.c close.c files.c getfile.c loadfile.c loadfile_aout.c \
loadfile_elf32.c lseek.c memcpy.c open.c printf.c read.c snprintf.c \
sprintf.c strerror.c subr_prf.c twiddle.c ctrlsp.S
SRC_kern= ashldi3.c ashrdi3.c bcmp.c bzero.c divdi3.c inet_addr.c intoa.c \
moddi3.c memcmp.c memset.c qdivrem.c strcmp.c strlen.c strncmp.c
SRC_kern= ashldi3.c ashrdi3.c bcmp.c bzero.c inet_addr.c intoa.c \
memcmp.c memset.c strcmp.c strlen.c strncmp.c
SRC_here= clock.c dev_disk.c devopen.c \
gets.c idprom.c netif_sun.c panic.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2001/12/12 01:50:03 tv Exp $
# $NetBSD: Makefile,v 1.3 2003/03/30 00:17:29 kristerw Exp $
SA_PROG= ufsboot
@ -13,4 +13,4 @@ NOMAN= # defined
.include <bsd.prog.mk>
.PATH: ${S}/lib/libsa
DEFS+= -DCOMPAT_UFS
DEFS+= -DCOMPAT_UFS -D__daddr_t=int32_t