Add missing Makefile.

thorpej-futex
rin 2020-06-22 03:15:48 +00:00
parent 13d5e9b5fa
commit 09b1c677c0
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1 2020/06/22 03:15:48 rin Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= boards.plist
FILESDIR= /usr/share/installboot/evbmips
.endif
.include <bsd.prog.mk>