summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/disklabel/Makefile5
1 files changed, 3 insertions, 2 deletions
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