diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-10-05 04:43:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-10-05 04:43:04 +0000 |
commit | b8515c4b031de0c0839583feec5cdd7011f036d5 (patch) | |
tree | 567e2394b66c53f45b8db4921691016dff87e0e3 /sbin/disklabel/Makefile | |
parent | 07f9aa55bd66e48a06c19a7f1d5f89e8132e9634 (diff) |
Remove disklabel -B support on landisk - superseded by MI installboot.
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r-- | sbin/disklabel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 17136852849..49b96592871 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2015/09/24 19:36:10 krw Exp $ +# $OpenBSD: Makefile,v 1.58 2015/10/05 04:43:03 miod Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -42,8 +42,7 @@ CFLAGS+= -DNUMBOOT=1 .endif .if (${MACHINE} == "landisk") -CFLAGS+= -DNUMBOOT=1 -CFLAGS+= -DSEEALSO="\"fdisk(8)\"" +CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif .if (${MACHINE} == "macppc" || ${MACHINE} == "socppc") |