Home | History | Annotate | Line # | Download | only in mkboot
Makefile revision 1.4.8.1
      1  1.4.8.1   bouyer #	$NetBSD: Makefile,v 1.4.8.1 2001/01/05 17:34:14 bouyer Exp $
      2      1.3      cgd 
      3  1.4.8.1   bouyer LIBSA=	${.CURDIR}/../../../../lib/libsa
      4      1.1  thorpej 
      5      1.1  thorpej PROG=	mkboot
      6  1.4.8.1   bouyer SRCS=	mkboot.c loadfile.c
      7  1.4.8.1   bouyer 
      8  1.4.8.1   bouyer .PATH.c: ${LIBSA}
      9      1.2  thorpej 
     10  1.4.8.1   bouyer CPPFLAGS+= -I${LIBSA} -I.
     11      1.3      cgd LDSTATIC?=-static
     12  1.4.8.1   bouyer MKMAN=	no
     13      1.1  thorpej 
     14      1.1  thorpej .include <bsd.prog.mk>
     15