Home | History | Annotate | Line # | Download | only in fdboot
Makefile.fdboot revision 1.3.128.1
      1 #	$NetBSD: Makefile.fdboot,v 1.3.128.1 2014/05/18 17:45:00 rmind Exp $
      2 
      3 PROG=	fdboot
      4 SRCS=	fdboot.S
      5 NOMAN=	# defined
      6 LIBCRT0=
      7 LIBCRTI=
      8 
      9 .PATH: ${.CURDIR}/..
     10 
     11 .include <../../Makefile.xxboot>
     12 .include <bsd.prog.mk>
     13