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