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