blob: 182cdede288d6584e7a60335003bfba5361aa2e7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.2 2019/06/12 06:20:19 martin Exp $
#
# Makefile for evbppc (walnut-specific at this time)
#
MENUS_MD= menus.md.${SYSINSTLANG}
MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
NO_MBR=no
.include "../../Makefile.inc"
|