[Midnightbsd-cvs] src: src/sbin: Only need sunlabel on the sparc.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jan 4 17:51:39 EST 2009


Log Message:
-----------
Only need sunlabel on the sparc.

Modified Files:
--------------
    src/sbin:
        Makefile (r1.8 -> r1.9)
    src/sbin/sunlabel:
        Makefile (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/sbin/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L sbin/Makefile -L sbin/Makefile -u -r1.8 -r1.9
--- sbin/Makefile
+++ sbin/Makefile
@@ -84,7 +84,7 @@
 	slattach \
 	spppcontrol \
 	startslip \
-	sunlabel \
+	${_sunlabel} \
 	swapon \
 	sysctl \
 	tunefs \
@@ -121,4 +121,8 @@
 _fdisk=		fdisk
 .endif
 
+.if ${MACHINE_ARCH} == "sparc64"
+_sunlabel=	sunlabel
+.endif
+
 .include <bsd.subdir.mk>
Index: Makefile
===================================================================
RCS file: /home/cvs/src/sbin/sunlabel/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sbin/sunlabel/Makefile -L sbin/sunlabel/Makefile -u -r1.1.1.1 -r1.2
--- sbin/sunlabel/Makefile
+++ sbin/sunlabel/Makefile
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: src/sbin/sunlabel/Makefile,v 1.12 2004/02/01 13:09:26 ceri Exp $
 
 .PATH: ${.CURDIR}/../../sys/geom


More information about the Midnightbsd-cvs mailing list