diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-11 19:44:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-11 19:44:58 +0000 |
commit | 8c73d12e4ebe3d849dd814c8d6532a4256cedda9 (patch) | |
tree | 00cbee15f3072fa69cb5af51bce146cda18e30a8 /sbin/disklabel/Makefile | |
parent | f4c08b2bdaae60f2d643527d5821429adcd29729 (diff) |
On *ppc disks shared with MacOS, walk the Apple partition map to find out
the bounds of the OpenBSD area. Should prevent users from shooting themselves
in the feet.
ok krw@
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r-- | sbin/disklabel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 20c33fa8491..a3c6796f805 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2008/05/13 21:14:15 miod Exp $ +# $OpenBSD: Makefile,v 1.49 2009/01/11 19:44:57 miod Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -48,8 +48,8 @@ CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif .if (${MACHINE} == "macppc" || ${MACHINE} == "socppc") -CFLAGS+= -DDOSLABEL -CFLAGS+= -DSEEALSO="\"fdisk(8)\"" +CFLAGS+= -DDOSLABEL -DDPMELABEL +CFLAGS+= -DSEEALSO="\"fdisk(8), pdisk(8)\"" .endif .if (${MACHINE} == "mvme68k") || (${MACHINE} == "mvme88k") |