diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-03-18 12:27:14 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-03-18 12:27:14 +0000 |
commit | 9ac7057994217c4b7fbe819bafab4c414bc9f4bc (patch) | |
tree | f2cd8de505ccc6a96230cfe2ae538a982276329a | |
parent | 8110145e39c81ce418c5c5f16724d913f722daa9 (diff) |
loongson needs fdisk in -DSEEALSO
-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 ed86f845aa3..d18917cf65f 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2009/06/04 21:13:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.51 2010/03/18 12:27:13 otto Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -31,7 +31,7 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif -.if (${MACHINE} == "armish") +.if (${MACHINE} == "armish") || (${MACHINE} == "loongson") CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif |