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

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

Change 31477 by obrien@obrien_trang on 2003/05/19 14:24:41

	Build fdisk.

Affected files ...

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

Differences ...

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

@@ -5,7 +5,6 @@
 
 SUBDIR=	adjkerntz \
 	atacontrol \
-	atm \
 	badsect \
 	bsdlabel \
 	camcontrol \
@@ -102,6 +101,11 @@
 .endif
 .endif
 
+# XXX: should combine with i386 above
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+=fdisk
+.endif
+
 .if ${MACHINE_ARCH} == "ia64"
 SUBDIR+=fdisk \
 	gpt \



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