summaryrefslogtreecommitdiff
path: root/sbin/disklabel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r--sbin/disklabel/Makefile4
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