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