From b6d3d185a972bd1c939d8f454f1104f94d252c22 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 1 Apr 2005 16:00:10 +0000 Subject: will do disklabels like hppa --- sbin/disklabel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index ead4e02e63f..e057ded6c56 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2005/02/16 20:39:37 millert Exp $ +# $OpenBSD: Makefile,v 1.38 2005/04/01 16:00:09 deraadt Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -37,7 +37,8 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif -.if (${MACHINE} == "hp300") || (${MACHINE} == "vax") || (${MACHINE} == "hppa") +.if (${MACHINE} == "hp300") || (${MACHINE} == "vax") || \ + (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") CFLAGS+= -DNUMBOOT=1 .endif -- cgit v1.2.3