Home | History | Annotate | Line # | Download | only in fdboot
      1 #	$NetBSD: Makefile.fdboot,v 1.4 2014/01/12 15:26:28 tsutsui 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