diff --git a/share/installboot/evbmips/Makefile b/share/installboot/evbmips/Makefile new file mode 100644 index 000000000000..b684bf130ee9 --- /dev/null +++ b/share/installboot/evbmips/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2020/06/22 03:15:48 rin Exp $ + +NOOBJ= # defined + +.include + +.if ${MKSHARE} != "no" +FILES= boards.plist +FILESDIR= /usr/share/installboot/evbmips +.endif + +.include