blob: f6db3d36f3f2b5a0c957c2ece3f5bcddfdfbd6bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2020/11/06 19:47:31 martin Exp $
#
# Makefile for vax
#
MD_OPTIONS= AOUT2ELF
.ifdef SMALLPROG
CHECK_ENTROPY= no # do not check entropy/offer adding
NOPARTMAN= yes
NO_GPT= yes
NO_MBR= yes
NO_CLONES= yes
.endif
.include "../../Makefile.inc"
|