xref: /netbsd-src/sys/arch/x68k/stand/netboot/Makefile (revision 721fcb57535bd3a4080a4f1f0b8535324bfc10ba)
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