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