blob: b684bf130ee9773b87b6cc34cdb4cecc4790d14a (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|