From e72e894eaa16f83b529a5bc8ff0641847d4b1f37 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Thu, 24 Sep 2015 19:36:11 +0000 Subject: hppa/hppa64 use installboot(8) now, not -B/-b. Only vax and landisk left using -B/-b. ok jsing@ miod@ --- sbin/disklabel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/disklabel/Makefile') diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 27942181673..17136852849 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2014/04/13 15:29:21 schwarze Exp $ +# $OpenBSD: Makefile,v 1.57 2015/09/24 19:36:10 krw Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -37,7 +37,7 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif -.if (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || (${MACHINE} == "vax") +.if (${MACHINE} == "vax") CFLAGS+= -DNUMBOOT=1 .endif -- cgit v1.2.3