xref: /netbsd-src/usr.sbin/sysinst/arch/vax/Makefile (revision afab4e300d3a9fb07dd8c80daf53d0feb3345706)
1#	$NetBSD: Makefile,v 1.2 2020/11/06 19:47:31 martin Exp $
2#
3# Makefile for vax
4#
5
6MD_OPTIONS=	AOUT2ELF
7
8.ifdef SMALLPROG
9CHECK_ENTROPY=	no	# do not check entropy/offer adding
10NOPARTMAN=	yes
11NO_GPT=		yes
12NO_MBR=		yes
13NO_CLONES=	yes
14.endif
15
16.include "../../Makefile.inc"
17