Home | History | Annotate | Line # | Download | only in fdboot
Makefile.fdboot revision 1.3
      1 #	$NetBSD: Makefile.fdboot,v 1.3 2005/12/11 12:17:02 christos 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