Home | History | Annotate | Line # | Download | only in installboot
Makefile revision 1.4.8.2
      1  1.4.8.2  bouyer #	$NetBSD: Makefile,v 1.4.8.2 2000/12/08 09:28:42 bouyer Exp $
      2      1.3     cgd 
      3      1.3     cgd .include <bsd.own.mk>
      4      1.1   chuck 
      5      1.1   chuck PROG=	installboot
      6      1.4   lukem MKMAN=	no
      7      1.1   chuck BINDIR=/usr/mdec
      8  1.4.8.2  bouyer LIBSA=${.CURDIR}/../../../../lib/libsa
      9  1.4.8.1  bouyer COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
     10  1.4.8.2  bouyer CPPFLAGS+= -I${LIBSA}
     11      1.1   chuck # Need this to work in the miniroot
     12      1.3     cgd LDSTATIC?=	-static
     13  1.4.8.2  bouyer 
     14  1.4.8.2  bouyer .PATH.c: ${LIBSA}
     15  1.4.8.2  bouyer 
     16  1.4.8.2  bouyer SRCS=	installboot.c loadfile.c
     17      1.1   chuck 
     18      1.1   chuck .include <bsd.prog.mk>
     19