xref: /netbsd-src/usr.sbin/sysinst/arch/vax/Makefile (revision 35097c7d0ab006b065b03e5733894cb17571ace5)
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