PERFORCE change 31480 for review

David E. O'Brien obrien at FreeBSD.org
Mon May 19 14:43:53 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=31480

Change 31480 by obrien at 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


More information about the p4-projects mailing list