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