summaryrefslogtreecommitdiff
path: root/sbin/disklabel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r--sbin/disklabel/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile
index 99214573863..94d249d06ac 100644
--- a/sbin/disklabel/Makefile
+++ b/sbin/disklabel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 1998/04/25 07:04:45 deraadt Exp $
+# $OpenBSD: Makefile,v 1.18 1998/05/07 06:27:32 millert Exp $
PROG= disklabel
SRCS= disklabel.c dkcksum.c editor.c manual.c
@@ -16,10 +16,6 @@ manual.c: disklabel.cat8
CFLAGS+= -D${MACHINE}
.endif
-.if (${MACHINE} == "hp300") || (${MACHINE} == "pmax")
-CFLAGS+= -DOLD_SCSI
-.endif
-
.if (${MACHINE} == "i386")
CFLAGS+= -DNUMBOOT=2 -DDOSLABEL
CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\""