blob: 7d50618beb2fe961c4a87b57a57c513775a12fb5 (
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 prep
#
MENUS_MD= menus.md.${SYSINSTLANG}
MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
LANGUAGES= en pl de
NO_MBR=no
.include "../../Makefile.inc"
|