PERFORCE change 31477 for review
David E. O'Brien
obrien at FreeBSD.org
Mon May 19 14:25:29 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31477
Change 31477 by obrien at 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 \
More information about the p4-projects
mailing list