diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-28 17:45:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-28 17:45:23 +0000 |
commit | 52947c01f9dcc612e4c0479d4a0f23163dd8b925 (patch) | |
tree | 9e1ffb8ffc7588d37fba9dda82c4bbcf0341910d /sbin/disklabel | |
parent | f5b1c0f83f9827a82bc59402c396cbaade4a9b65 (diff) |
Repair build links for pegosos, and also build for amd64
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 1df7600f789..b3e21692abb 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2003/10/31 04:05:29 drahn Exp $ +# $OpenBSD: Makefile,v 1.31 2004/01/28 17:45:22 deraadt Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -27,7 +27,7 @@ manual.c: disklabel.cat8 CFLAGS+= -D${MACHINE} .endif -.if (${MACHINE} == "i386") +.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") CFLAGS+= -DNUMBOOT=2 -DDOSLABEL CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif |