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
6PROG=		netboot
7CPPFLAGS+=	-DNETBOOT
8
9.include "../boot/Makefile"
10