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