diff --git a/sys/arch/pmax/stand/scsiboot/Makefile b/sys/arch/pmax/stand/scsiboot/Makefile index 7c686887554e..5e3512cad696 100644 --- a/sys/arch/pmax/stand/scsiboot/Makefile +++ b/sys/arch/pmax/stand/scsiboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/04/01 08:47:38 simonb Exp $ +# $NetBSD: Makefile,v 1.15 1999/04/11 04:28:14 simonb Exp $ # @(#)Makefile 8.3 (Berkeley) 2/16/94 S= ${.CURDIR}/../../../.. @@ -6,7 +6,6 @@ S= ${.CURDIR}/../../../.. PROG= bootxx RELOC= 80700000 # Room for an almost 7MB kernel VERS_O= # no version info in first stage -MKMAN= no SRCS= start.S bootxx.c clear_cache.S printf.S strcmp.S strcpy.S \ strlen.S @@ -17,9 +16,10 @@ CLEANFILES+=${PROG}.aout ${PROG}.map mkboot ${ALL} # Don't compile in sanity checks for old file systems. SAMISCCPPFLAGS= -DLIBSA_NO_COMPAT_UFS -BOOTDEFADD+= -DBOOTXX -DRELOC=0x${RELOC} \ +BOOTDEFADD+= -DBOOTRZ -DSMALL -DRELOC=0x${RELOC} \ -DLIBSA_NO_FS_CLOSE -DLIBSA_NO_FS_SYMLINK -DLIBSA_NO_FS_WRITE \ - -DLIBSA_NO_DEV_CLOSE -DLIBSA_NO_RAW_ACCESS -DLIBSA_NO_TWIDDLE \ + -DLIBSA_NO_DEV_CLOSE -DLIBSA_NO_DEV_IOCTL \ + -DLIBSA_NO_RAW_ACCESS -DLIBSA_NO_TWIDDLE \ -DALLOC_FIRST_FIT \ -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET # The following will gain more space if needed (in rough order of