Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2003 14:43:50 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31480 for review
Message-ID:  <200305192143.h4JLhoA3036714@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31480

Change 31480 by obrien@obrien_trang on 2003/05/19 14:42:52

	bsdlable is the disklabel de'jour on Hammer.

Affected files ...

.. //depot/projects/hammer/sbin/bsdlabel/Makefile#5 edit

Differences ...

==== //depot/projects/hammer/sbin/bsdlabel/Makefile#5 (text+ko) ====

@@ -6,12 +6,7 @@
 #MAN+=	bsdlabel.5
 MAN+=	bsdlabel.8
 
-.if ${MACHINE_ARCH} == "i386"
-LINKS=	${BINDIR}/bsdlabel ${BINDIR}/disklabel
-MLINKS+= bsdlabel.8 disklabel.8
-.endif
-
-.if ${MACHINE_ARCH} == "alpha"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64"
 LINKS=	${BINDIR}/bsdlabel ${BINDIR}/disklabel
 MLINKS+= bsdlabel.8 disklabel.8
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305192143.h4JLhoA3036714>