blob: 983f80d473236c0d23ab42838e3451c6fc7ae779 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 2019/06/12 06:20:23 martin Exp $
#
# Makefile for zaurus
#
MENUS_MD= menus.md.${SYSINSTLANG}
MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
LANGUAGES= en es fr pl de
NO_MBR=no
.include "../../Makefile.inc"
|