Home | History | Annotate | Line # | Download | only in netboot
      1 #	$NetBSD: Makefile,v 1.7 2016/06/25 14:35:58 isaki Exp $
      2 
      3 # stand/netboot is identical with stand/boot
      4 # except that the default kernel which loads is nfs.
      5 
      6 PROG=		netboot
      7 CPPFLAGS+=	-DNETBOOT
      8 
      9 .include "../boot/Makefile"
     10