Home | History | Annotate | Line # | Download | only in fdboot
Makefile.fdboot revision 1.1.2.3
      1 #	$NetBSD: Makefile.fdboot,v 1.1.2.3 2004/09/21 13:14:19 skrll Exp $
      2 
      3 PROG=	fdboot
      4 SRCS=	fdboot.S
      5 NOMAN=	# defined
      6 LIBCRT0=
      7 
      8 .PATH: ${.CURDIR}/..
      9 
     10 .include <../../Makefile.xxboot>
     11 .include <bsd.prog.mk>
     12