Home | History | Annotate | Line # | Download | only in fdboot
Makefile.fdboot revision 1.2
      1 #	$NetBSD: Makefile.fdboot,v 1.2 2003/10/28 11:35:00 he 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