diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1999-02-01 16:43:21 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1999-02-01 16:43:21 +0000 |
commit | 7d9e6114eda54cec168754bcd13b9260a66e791c (patch) | |
tree | 3b18cd5def9eca5e83f9f627388128f96afbc619 /sbin/disklabel | |
parent | 167b9b7084adff911a0f95f3877a7084923bde89 (diff) |
Allow for arc machines to install boot blocks
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 80bd5ef67e4..bf3698094c0 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 1998/05/16 17:33:31 deraadt Exp $ +# $OpenBSD: Makefile,v 1.20 1999/02/01 16:43:20 pefo Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -22,7 +22,7 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif .if (${MACHINE} == "arc") -CFLAGS+= -DDOSLABEL +CFLAGS+= -DDOSLABEL -DNUMBOOT=1 CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif |