summaryrefslogtreecommitdiff
path: root/sbin/disklabel/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-06-12 08:02:45 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-06-12 08:02:45 +0000
commit6b4b1e72e45a98113890e3f1772545351866c016 (patch)
treec8a91efd1a04e120c86c2bd0d3676b1057d52005 /sbin/disklabel/Makefile
parent9f6ba003da70a0b1f4eeb3f1fedb36339fb6da8e (diff)
kill RAWPARTITION, use RAW_PART
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r--sbin/disklabel/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile
index 61ebef08865..697d50d257e 100644
--- a/sbin/disklabel/Makefile
+++ b/sbin/disklabel/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.4 1996/06/12 08:02:43 downsj Exp $
# $NetBSD: Makefile,v 1.18 1995/10/17 16:34:04 cgd Exp $
# @(#)Makefile 8.2 (Berkeley) 3/17/94
@@ -21,8 +22,4 @@ CFLAGS+= -DDOSLABEL
CFLAGS+= -DNUMBOOT=1
.endif
-.if ${MACHINE} == "i386"
-CFLAGS+= -DRAWPARTITION=\'d\'
-.endif
-
.include <bsd.prog.mk>