[Midnightbsd-cvs] src: Makefile: Simplify if statement
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Nov 11 17:24:03 EST 2008
Log Message:
-----------
Simplify if statement
Modified Files:
--------------
src/sbin:
Makefile (r1.7 -> r1.8)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/sbin/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L sbin/Makefile -L sbin/Makefile -u -r1.7 -r1.8
--- sbin/Makefile
+++ sbin/Makefile
@@ -113,11 +113,9 @@
.endif
.if ${MACHINE_ARCH} == "i386"
-.if ${MACHINE} == "i386"
_fdisk= fdisk
_sconfig= sconfig
.endif
-.endif
.if ${MACHINE_ARCH} == "amd64"
_fdisk= fdisk
More information about the Midnightbsd-cvs
mailing list