Add some missing definitions.

This commit is contained in:
minoura 2001-09-27 13:27:54 +00:00
parent d170b4b2fc
commit f5f7a94fa6
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2001/09/27 10:14:49 minoura Exp $
# $NetBSD: Makefile,v 1.2 2001/09/27 13:27:54 minoura Exp $
BOOT= boot_ufs
VERSION=1.0
@ -18,6 +18,7 @@ OBJCOPY?= objcopy
LIBKERN= ${.CURDIR}/../../../../lib/libkern/arch/${MACHINE_ARCH}
COMMONDIR= ${.CURDIR}/../common
LIBIOCS= ${.CURDIR}/../libiocs
.PATH: ${LIBKERN} ${COMMONDIR}
SRCS= boot.S bootmain.c readufs.c readufs_ffs.c #readufs_lfs.c
SRCS+= exec_image.S memset.S strcmp.S
@ -29,7 +30,7 @@ CPPFLAGS+= -DBOOT=\"$(BOOT)\" -DBOOT_VERS=\"$(VERSION)\"
CPPFLAGS+= -DSCSI_ADHOC_BOOTPART
#CPPFLAGS+= -DBOOT_DEBUG
CPPFLAGS+= -DUSE_FFS #-DUSE_LFS
CPPFLAGS+= -I${COMMONDIR}
CPPFLAGS+= -I${COMMONDIR} -I${LIBIOCS}
AFLAGS= ${CFLAGS:M-[ID]*}
LDFLAGS= -N -Bstatic -T ${.CURDIR}/${BOOT}.ldscript
LDFLAGS+= -noinhibit-exec # XXX

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2001/09/27 10:03:27 minoura Exp $
# $NetBSD: Makefile,v 1.2 2001/09/27 13:27:55 minoura Exp $
S= ${.CURDIR}/../../../..
LIBSADIR= $S/lib/libsa
@ -18,7 +18,7 @@ SRCS+= cd9660.c lfs.c nfs.c ufs.c ustarfs.c
SRCS+= arp.c ether.c in_cksum.c net.c netif.c rpc.c udp.c
SRCS+= bootp.c
SRCS+= ashrdi3.c strcat.c strchr.c strcmp.c strncmp.c strcpy.c strerror.c strlen.c
SRCS+= ashldi3.c ashrdi3.c strcat.c strchr.c strcmp.c strncmp.c strcpy.c strerror.c strlen.c
SRCS+= adler32.c crc32.c infblock.c infcodes.c inffast.c
SRCS+= inflate.c inftrees.c infutil.c uncompr.c