Home | History | Annotate | Line # | Download | only in boot
      1  1.2  skrll #	$NetBSD: Makefile,v 1.2 2024/05/04 07:04:24 skrll Exp $
      2  1.1  skrll 
      3  1.1  skrll #	$OpenBSD: Makefile,v 1.10 2000/05/31 19:56:51 mickey Exp $
      4  1.1  skrll 
      5  1.1  skrll PROG=		boot
      6  1.1  skrll PROGSOURCE=	srt0.S boot.c bootinfo.c ct.c conf.c lf.c lif.c tgets.c
      7  1.1  skrll NEWVERSWHAT=	"LIF/FFS/LFS Boot"
      8  1.1  skrll 
      9  1.1  skrll NOMAN=		# defined
     10  1.1  skrll 
     11  1.1  skrll CLEANFILES+=	boot.gdb boot.map
     12  1.1  skrll 
     13  1.1  skrll # IODC can handle only 2GB, and need not to use 64bit integer
     14  1.1  skrll CPPFLAGS+=	-D__daddr_t=int32_t
     15  1.1  skrll 
     16  1.1  skrll #CPPFLAGS+=	-DEXEC_DEBUG -DPDCDEBUG
     17  1.1  skrll #CPPFLAGS+=	-DLIFDEBUG -DDEBUGBUG -DDEBUG
     18  1.1  skrll CPPFLAGS+=	-DBOOTARG_APIVER=3
     19  1.1  skrll CPPFLAGS+=	-Wmissing-prototypes -Wstrict-prototypes
     20  1.2  skrll WARNS=		2
     21  1.1  skrll 
     22  1.2  skrll CPPFLAGS+=	-D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS
     23  1.1  skrll SAMISCMAKEFLAGS+="SA_USE_CREAD=yes"
     24  1.1  skrll 
     25  1.1  skrll .include "../Makefile.buildboot"
     26