Home | History | Annotate | Line # | Download | only in fdboot
Makefile.fdboot revision 1.2
      1  1.2   he #	$NetBSD: Makefile.fdboot,v 1.2 2003/10/28 11:35:00 he Exp $
      2  1.1  leo 
      3  1.1  leo PROG=	fdboot
      4  1.2   he SRCS=	fdboot.S
      5  1.1  leo NOMAN=	# defined
      6  1.1  leo LIBCRT0=
      7  1.1  leo 
      8  1.1  leo .PATH: ${.CURDIR}/..
      9  1.1  leo 
     10  1.1  leo .include <../../Makefile.xxboot>
     11  1.1  leo .include <bsd.prog.mk>
     12